summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/text.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-08-01 04:22:35 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-08-01 04:22:35 +0000
commitea6e658976e86f99b4b793166b81a03750bfdef2 (patch)
treea7c3183623854aa8f33f0394849beee62cc6bae9 /src/live_effects/parameter/text.h
parentfix error in creating nodepath from pathvector (diff)
downloadinkscape-ea6e658976e86f99b4b793166b81a03750bfdef2.tar.gz
inkscape-ea6e658976e86f99b4b793166b81a03750bfdef2.zip
Warning cleanup
(bzr r6495)
Diffstat (limited to 'src/live_effects/parameter/text.h')
-rw-r--r--src/live_effects/parameter/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/text.h b/src/live_effects/parameter/text.h
index be42cffbc..7ce525542 100644
--- a/src/live_effects/parameter/text.h
+++ b/src/live_effects/parameter/text.h
@@ -70,7 +70,7 @@ public:
TextParamInternal(Effect* effect) :
TextParam("", "", "", NULL, effect) {}
- virtual Gtk::Widget * param_newWidget(Gtk::Tooltips * tooltips) { return NULL; }
+ virtual Gtk::Widget * param_newWidget(Gtk::Tooltips * /*tooltips*/) { return NULL; }
};
} //namespace LivePathEffect