Box edits for parser

This commit is contained in:
Erik Zandvliet 2011-03-19 14:36:09 +01:00
parent d261bca44a
commit bc6748bf3c
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;
}