Trying to fix more cppcheck messages.

This commit is contained in:
lotodore
2011-02-10 13:54:53 +00:00
parent c1b1ae2fe0
commit 246c99e62e
9 changed files with 17 additions and 9 deletions
+3 -1
View File
@@ -24,7 +24,9 @@
#define CLEANER_PROTOCOL_VERSION 2
#define MAX_CLEANER_PACKET_SIZE 384
typedef struct ChatCleanerMessage ChatCleanerMessage_t;
#ifndef ChatCleanerMessage_t
typedef struct ChatCleanerMessage ChatCleanerMessage_t;
#endif
class InternalChatCleanerPacket
{