diff options
Diffstat (limited to 'src/chatlog.h')
-rw-r--r-- | src/chatlog.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/chatlog.h b/src/chatlog.h index c359e953..df0af800 100644 --- a/src/chatlog.h +++ b/src/chatlog.h @@ -19,17 +19,14 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _CHATLOG_H -#define _CHATLOG_H +#ifndef CHATLOG_H +#define CHATLOG_H #include <fstream> class ChatLogger { public: - /** - * Constructor. - */ ChatLogger(); /** |