--- trunk/src/brains/SimSnapshotManager.cpp 2005/02/13 07:25:22 321 +++ trunk/src/brains/SimSnapshotManager.cpp 2005/02/13 08:05:33 322 @@ -44,7 +44,7 @@ namespace oopse { #include "utils/simError.h" namespace oopse { -SimSnapshotManager::SimSnapshotManager(SimInfo* info, int storageLayout = 255) +SimSnapshotManager::SimSnapshotManager(SimInfo* info, int storageLayout) : SnapshotManager(storageLayout), info_(info){ int nAtoms = info_->getNAtoms();