From 28297f05e938ae7c8a49f7caa58ca426626174f5 Mon Sep 17 00:00:00 2001 From: Robert Förster Date: Tue, 26 Mar 2013 09:20:57 +0000 Subject: some warning fixes for sunpro, and a compile fix, sunpro is still dumb and broken but its a start git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6322 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/logview/LogFile.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/logview/LogFile.h') diff --git a/src/modules/logview/LogFile.h b/src/modules/logview/LogFile.h index a81f9e113..7a8cafebc 100644 --- a/src/modules/logview/LogFile.h +++ b/src/modules/logview/LogFile.h @@ -70,7 +70,7 @@ public: Console = 1, /**< the log file of a console */ Query = 2, /**< the log file of a query */ DccChat = 3, /**< the log file of a dcc chat */ - Other = 4, /**< any other log file */ + Other = 4 /**< any other log file */ }; /** @@ -79,9 +79,9 @@ public: */ enum ExportType { PlainText, /**< export log in plain text file */ - HTML, /**< export log in a HTML archive */ - //XML, /**< export log in a XML file */ - //DB /**< export log in a database file */ + HTML /**< export log in a HTML archive */ + //XML /**< export log in a XML file */ + //DB /**< export log in a database file */ }; /** -- cgit v1.3.1-10-gc9f91