diff options
Diffstat (limited to 'apps/drwho/PM_Server.h')
-rw-r--r-- | apps/drwho/PM_Server.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/drwho/PM_Server.h b/apps/drwho/PM_Server.h index 11dba1748ab..2a355c8e262 100644 --- a/apps/drwho/PM_Server.h +++ b/apps/drwho/PM_Server.h @@ -14,7 +14,7 @@ // // ============================================================================ -#if !defined (_PM_SERVER_H) +#ifndef _PM_SERVER_H #define _PM_SERVER_H #include "Protocol_Manager.h" @@ -22,7 +22,7 @@ class PM_Server : public Protocol_Manager { // = TITLE - // Handle the server's lookup table abstraction. + // Handle the server's lookup table abstraction. public: PM_Server (void); |