aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/raweditor/raweditor.cpp
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/raweditor/raweditor.cpp
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/raweditor/raweditor.cpp')
-rw-r--r--src/modules/raweditor/raweditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/raweditor/raweditor.cpp b/src/modules/raweditor/raweditor.cpp
index 5efe02d1e..bae1cd11a 100644
--- a/src/modules/raweditor/raweditor.cpp
+++ b/src/modules/raweditor/raweditor.cpp
@@ -61,7 +61,7 @@ KviRawTreeWidgetItem::KviRawTreeWidgetItem(KviTalTreeWidget *par,int idx,bool bE
if(idx < 10)m_szName.prepend('0');
setText(0,m_szName);
setEnabled(bEnabled);
-};
+}
/*
const QPixmap * KviRawTreeWidgetItem::pixmap(int col) const
{