Removed redundant semicolons and re-added warning

This commit is contained in:
archshift
2014-07-24 11:21:37 -07:00
parent c0b62ef139
commit 4191be7ddb
74 changed files with 110 additions and 110 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ public:
{
public:
cGenerator(cChunkGenerator & a_ChunkGenerator);
virtual ~cGenerator() {} ; // Force a virtual destructor
virtual ~cGenerator() {} // Force a virtual destructor
/// Called to initialize the generator on server startup.
virtual void Initialize(cIniFile & a_IniFile);