diff options
| author | 2009-08-16 05:16:34 +0000 | |
|---|---|---|
| committer | 2009-08-16 05:16:34 +0000 | |
| commit | 67860dda63870857df0cc4287930287b8e07a1c2 (patch) | |
| tree | bb255381e62821bf47d838fa7006babfcc8d8fe0 /src/modules/theme/themefunctions.cpp | |
| parent | ascending order set as default in logviewer (#523) (diff) | |
| download | KVIrc-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/themefunctions.cpp')
| -rw-r--r-- | src/modules/theme/themefunctions.cpp | 2 |
1 files changed, 1 insertions, 1 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; } -}; +} |
