From 597a1487c716b799428f4b4a4903e65df4c93ba9 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 15 Sep 2008 20:03:56 +0000 Subject: Whoa! Loads of NIDS work. It actually compiles, runs, and I'm optimizing the hell out of it. Good times, everyone. This is a major chunk for congo, and the new optimizations should be good. --- src/archive.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/archive.cpp') 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 ) if( !hPtrDest.has( id ) ) hPtrDest.insert( id, List() ); - hPtrDest[id].value().append( ptr ); + hPtrDest[id].getValue().append( ptr ); } void Bu::Archive::readID( const void *ptr, uint32_t id ) -- cgit v1.2.3