summaryrefslogtreecommitdiff
path: root/src/rootwindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/rootwindow.hh')
-rw-r--r--src/rootwindow.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rootwindow.hh b/src/rootwindow.hh
index 5ff386e1..241b35c3 100644
--- a/src/rootwindow.hh
+++ b/src/rootwindow.hh
@@ -65,7 +65,7 @@ public:
virtual void propertyHandler(const XPropertyEvent &e);
virtual void clientMessageHandler(const XClientMessageEvent &e);
- virtual void mapRequestHandler(const XMapRequestEvent &);
+ virtual void mapRequestHandler(const XMapRequestEvent &e);
};
}