aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme
diff options
context:
space:
mode:
authorGravatar Bugslayer2009-08-16 05:16:34 +0000
committerGravatar Bugslayer2009-08-16 05:16:34 +0000
commit67860dda63870857df0cc4287930287b8e07a1c2 (patch)
treebb255381e62821bf47d838fa7006babfcc8d8fe0 /src/modules/theme
parentascending order set as default in logviewer (#523) (diff)
downloadKVIrc-67860dda63870857df0cc4287930287b8e07a1c2.tar.gz
KVIrc-67860dda63870857df0cc4287930287b8e07a1c2.tar.bz2
KVIrc-67860dda63870857df0cc4287930287b8e07a1c2.zip
-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
Diffstat (limited to 'src/modules/theme')
-rw-r--r--src/modules/theme/themefunctions.cpp2
-rw-r--r--src/modules/theme/themefunctions.h2
2 files changed, 2 insertions, 2 deletions
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);
-};
+}