diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-04 11:50:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-04 11:50:20 +0000 |
| commit | 4e0b5fdef451c605f563d137b024134a68c6d6de (patch) | |
| tree | 2d15a2fc9b46140c7034bc906d6052bc5007c6eb /src/actions.hh | |
| parent | 7dc834cc93efb9a4181ba7d29a72d49e596e9746 (diff) | |
some cleanups
make the OBActions instance not static
Diffstat (limited to 'src/actions.hh')
| -rw-r--r-- | src/actions.hh | 2 |
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); |
