(svn r19509) -Codechange: remove superfluous semicolons after function definitions

This commit is contained in:
smatz
2010-03-23 22:37:18 +00:00
parent 837913aa5a
commit 23041d9720
6 changed files with 17 additions and 16 deletions

View File

@@ -883,6 +883,6 @@ namespace SQConvert {
}
}
}; // namespace SQConvert
} // namespace SQConvert
#endif /* SQUIRREL_HELPER_HPP */