Box edits for parser

This commit is contained in:
Erik Zandvliet 2011-03-19 14:36:09 +01:00
parent ea61c0b3a1
commit 9d7b93f879
2 changed files with 181 additions and 1 deletions

View file

@ -152,7 +152,7 @@ void Box_abst::SetDefaults( ) {
SetVersion( );
}
void SetVersion( bool NewVersion) {
void Box_abst::SetVersion( bool NewVersion) {
Version = NewVersion;
}