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

@@ -52,7 +52,7 @@ public:
// tolua_end
virtual void UsedBy(cPlayer * a_Player) override;
virtual void SendTo(cClientHandle &) override { };
virtual void SendTo(cClientHandle &) override {}
static const char * GetClassStatic(void) { return "cNoteEntity"; }