From 4e0b5fdef451c605f563d137b024134a68c6d6de Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 4 Dec 2002 11:50:20 +0000 Subject: some cleanups make the OBActions instance not static --- src/actions.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/actions.hh') 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); -- cgit v1.2.3