summaryrefslogtreecommitdiff
path: root/src/gui/windowlistener.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windowlistener.h')
-rw-r--r--src/gui/windowlistener.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windowlistener.h b/src/gui/windowlistener.h
index 08aab71d..24f6a7b8 100644
--- a/src/gui/windowlistener.h
+++ b/src/gui/windowlistener.h
@@ -73,12 +73,12 @@ class WindowListener
/**
* Called whenever the window is moved.
*/
- virtual void windowMoved(const WindowEvent &event) {}
+ virtual void windowMoved(const WindowEvent &) {}
/**
* Called whenever the window is resized.
*/
- virtual void windowResized(const WindowEvent &event) {}
+ virtual void windowResized(const WindowEvent &) {}
};
typedef std::list<WindowListener*> WindowListeners;