Core: Fix build

This commit is contained in:
Nay
2012-08-16 01:11:16 +01:00
parent b651b352ed
commit 7dbacc278a
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,6 @@ class Log
void outWarn(LogFilterType f, char const* str, ...) ATTR_PRINTF(3,4);
void outError(LogFilterType f, char const* str, ...) ATTR_PRINTF(3,4);
void outFatal(LogFilterType f, char const* str, ...) ATTR_PRINTF(3,4);
void outOpCode(uint32 op, const char* name, bool smsg);
void EnableDBAppenders();
void outCommand(uint32 account, const char * str, ...) ATTR_PRINTF(3, 4);