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

This commit is contained in:
smatz
2010-03-23 22:37:18 +00:00
parent 2682e34911
commit 52050197ea
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 */