diff options
Diffstat (limited to '')
-rw-r--r-- | src/archive.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/archive.cpp b/src/archive.cpp index 90211fe..c1c89cc 100644 --- a/src/archive.cpp +++ b/src/archive.cpp | |||
@@ -512,7 +512,7 @@ void Bu::Archive::assocPtrID( void **ptr, uint32_t id ) | |||
512 | if( !hPtrDest.has( id ) ) | 512 | if( !hPtrDest.has( id ) ) |
513 | hPtrDest.insert( id, List<void **>() ); | 513 | hPtrDest.insert( id, List<void **>() ); |
514 | 514 | ||
515 | hPtrDest[id].value().append( ptr ); | 515 | hPtrDest[id].getValue().append( ptr ); |
516 | } | 516 | } |
517 | 517 | ||
518 | void Bu::Archive::readID( const void *ptr, uint32_t id ) | 518 | void Bu::Archive::readID( const void *ptr, uint32_t id ) |