1
0

Removed redundant semicolons and re-added warning

This commit is contained in:
archshift
2014-07-22 15:36:13 -07:00
parent c0b62ef139
commit 4191be7ddb
74 changed files with 110 additions and 110 deletions

View File

@@ -38,9 +38,9 @@ protected:
public:
// tolua_end
virtual ~cBlockEntity() {}; // force a virtual destructor in all descendants
virtual ~cBlockEntity() {} // force a virtual destructor in all descendants
virtual void Destroy(void) {};
virtual void Destroy(void) {}
void SetWorld(cWorld * a_World)
{