aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/addon
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/addon
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/addon')
-rw-r--r--src/modules/addon/addonfunctions.cpp2
-rw-r--r--src/modules/addon/addonfunctions.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/addon/addonfunctions.cpp b/src/modules/addon/addonfunctions.cpp
index b1e402d06..c4dd7822a 100644
--- a/src/modules/addon/addonfunctions.cpp
+++ b/src/modules/addon/addonfunctions.cpp
@@ -337,4 +337,4 @@ namespace KviAddonFunctions
return szDirName;
}
-};
+}
diff --git a/src/modules/addon/addonfunctions.h b/src/modules/addon/addonfunctions.h
index b050341ff..47f49813d 100644
--- a/src/modules/addon/addonfunctions.h
+++ b/src/modules/addon/addonfunctions.h
@@ -47,7 +47,7 @@ namespace KviAddonFunctions
const QString &szAddonAddonEngineVersion
);
QString createRandomDir();
-};
+}
#endif //!_ADDONFUNCTIONS_H_