summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/zoom-tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tools/zoom-tool.h')
-rw-r--r--src/ui/tools/zoom-tool.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ui/tools/zoom-tool.h b/src/ui/tools/zoom-tool.h
index 6e5cca7aa..6a656eec4 100644
--- a/src/ui/tools/zoom-tool.h
+++ b/src/ui/tools/zoom-tool.h
@@ -25,15 +25,15 @@ namespace Tools {
class ZoomTool : public ToolBase {
public:
ZoomTool();
- virtual ~ZoomTool();
+ ~ZoomTool() override;
static const std::string prefsPath;
- virtual void setup();
- virtual void finish();
- virtual bool root_handler(GdkEvent* event);
+ void setup() override;
+ void finish() override;
+ bool root_handler(GdkEvent* event) override;
- virtual const std::string& getPrefsPath();
+ const std::string& getPrefsPath() override;
private:
SPCanvasItem *grabbed;