--- trunk/OOPSE-2.0/src/brains/BlockSnapshotManager.cpp 2005/02/14 19:42:08 2021 +++ trunk/OOPSE-2.0/src/brains/BlockSnapshotManager.cpp 2005/02/15 15:24:54 2030 @@ -77,7 +77,7 @@ BlockSnapshotManager::BlockSnapshotManager(SimInfo* in //the last block may not have nSnapshotPerBlock frames, we need to consider this special situation blocks_.back().second = nframes_; - snapshots_.insert(snapshots_.begin(), nframes_, NULL); + snapshots_.insert(snapshots_.begin(), nframes_,(Snapshot*)(NULL)); }