summaryrefslogtreecommitdiffstats
path: root/src/Gui/RenderArea.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gui/RenderArea.h')
-rw-r--r--src/Gui/RenderArea.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Gui/RenderArea.h b/src/Gui/RenderArea.h
index e9fd0bc..66a8924 100644
--- a/src/Gui/RenderArea.h
+++ b/src/Gui/RenderArea.h
@@ -44,8 +44,8 @@ class RenderArea : public Gtk::DrawingArea {
float scale;
void onRealize();
- bool onConfigureEvent(GdkEventConfigure *event);
- bool onExposeEvent(GdkEventExpose *event);
+ bool onConfigureEvent(GdkEventConfigure*);
+ bool onExposeEvent(GdkEventExpose*);
bool onScrollEvent(GdkEventScroll *event);
void zoom(int zoom, float x = 0.5f, float y = 0.5f);