summaryrefslogtreecommitdiff
path: root/src/actions.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions.hh')
-rw-r--r--src/actions.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actions.hh b/src/actions.hh
index 3d45966e..e57593f7 100644
--- a/src/actions.hh
+++ b/src/actions.hh
@@ -56,7 +56,9 @@ private:
void removePress(const XButtonEvent &e);
public:
+ //! Constructs an OBActions object
OBActions();
+ //! Destroys the OBActions object
virtual ~OBActions();
virtual void buttonPressHandler(const XButtonEvent &e);