diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-08-04 13:09:03 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-08-04 13:09:03 +0000 |
| commit | ef3c72e61987caa06a105c70cec83089892581ed (patch) | |
| tree | c524370af58fede78145448bfdaef7e5ececeac9 /src/lpe-tool-context.h | |
| parent | Cleaned up. (diff) | |
| download | inkscape-ef3c72e61987caa06a105c70cec83089892581ed.tar.gz inkscape-ef3c72e61987caa06a105c70cec83089892581ed.zip | |
Cleaned up once more.
(bzr r11608.1.118)
Diffstat (limited to 'src/lpe-tool-context.h')
| -rw-r--r-- | src/lpe-tool-context.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lpe-tool-context.h b/src/lpe-tool-context.h index 6d36594fe..11758ad0c 100644 --- a/src/lpe-tool-context.h +++ b/src/lpe-tool-context.h @@ -58,12 +58,13 @@ public: static const std::string prefsPath; + virtual const std::string& getPrefsPath(); + +protected: virtual void setup(); virtual void set(const Inkscape::Preferences::Entry& val); virtual bool root_handler(GdkEvent* event); virtual bool item_handler(SPItem* item, GdkEvent* event); - - virtual const std::string& getPrefsPath(); }; int lpetool_mode_to_index(Inkscape::LivePathEffect::EffectType const type); |
