summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/text-edit.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2012-02-29 20:15:53 +0000
committerKris <Kris.De.Gussem@hotmail.com>2012-02-29 20:15:53 +0000
commitf2aa7dc620e01b4663622f1862f05768ec633f41 (patch)
treeb1bb2611f959d45b239b1c5d0384a1f36fa8a23d /src/ui/dialog/text-edit.cpp
parentFix glibmm 2.28 check and guard against inclusion of deprecated gtk headers (diff)
downloadinkscape-f2aa7dc620e01b4663622f1862f05768ec633f41.tar.gz
inkscape-f2aa7dc620e01b4663622f1862f05768ec633f41.zip
cppcheck
added todo warning for sp-conn-end (after devmail message) (bzr r11033)
Diffstat (limited to 'src/ui/dialog/text-edit.cpp')
-rw-r--r--src/ui/dialog/text-edit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/text-edit.cpp b/src/ui/dialog/text-edit.cpp
index bb634197c..1a9c7e99f 100644
--- a/src/ui/dialog/text-edit.cpp
+++ b/src/ui/dialog/text-edit.cpp
@@ -646,7 +646,7 @@ void TextEdit::onToggle()
void TextEdit::onLineSpacingChange(GtkComboBox* widget, gpointer data)
{
- TextEdit *self = (TextEdit *)data;
+ TextEdit *self = static_cast<TextEdit *>(data);
if (!self || self->blocked)
return;