summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/tool-base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tools/tool-base.h')
-rw-r--r--src/ui/tools/tool-base.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ui/tools/tool-base.h b/src/ui/tools/tool-base.h
index 90fd69fae..a10c6177c 100644
--- a/src/ui/tools/tool-base.h
+++ b/src/ui/tools/tool-base.h
@@ -193,11 +193,11 @@ public:
// Is called by our pref_observer if a preference has been changed.
virtual void set(const Inkscape::Preferences::Entry& val);
- virtual bool root_handler(GdkEvent* event);
- virtual bool item_handler(SPItem* item, GdkEvent* event);
+ virtual bool root_handler(GdkEvent *event);
+ virtual bool item_handler(SPItem *item, GdkEvent *event);
bool block_button(GdkEvent *event);
- virtual const std::string& getPrefsPath() = 0;
+ virtual const std::string& getPrefsPath() = 0;
/**
* An observer that relays pref changes to the derived classes.
@@ -236,7 +236,6 @@ protected:
private:
bool _keyboardMove(GdkEventKey const &event, Geom::Point const &dir);
void sp_event_context_set_cursor(GdkCursorType cursor_type);
-
};
void sp_event_context_read(ToolBase *ec, gchar const *key);