From 67860dda63870857df0cc4287930287b8e07a1c2 Mon Sep 17 00:00:00 2001 From: Bugslayer Date: Sun, 16 Aug 2009 05:16:34 +0000 Subject: -pedantic compilation patch (fix for #526). Thanks to toma. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3413 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/theme/themefunctions.cpp | 2 +- src/modules/theme/themefunctions.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/theme') diff --git a/src/modules/theme/themefunctions.cpp b/src/modules/theme/themefunctions.cpp index 8b4d3beb9..446d6797c 100644 --- a/src/modules/theme/themefunctions.cpp +++ b/src/modules/theme/themefunctions.cpp @@ -391,5 +391,5 @@ namespace KviThemeFunctions g_pFrame->showNormal(); return bResult; } -}; +} diff --git a/src/modules/theme/themefunctions.h b/src/modules/theme/themefunctions.h index 72ecd36f8..f7b357e5b 100644 --- a/src/modules/theme/themefunctions.h +++ b/src/modules/theme/themefunctions.h @@ -50,7 +50,7 @@ namespace KviThemeFunctions ); bool makeKVIrcScreenshot(const QString &szSavePngFilePath,bool bMaximizeFrame = false); -}; +} -- cgit v1.3.1-10-gc9f91