diff options
Diffstat (limited to 'src/itemshortcut.h')
-rw-r--r-- | src/itemshortcut.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/itemshortcut.h b/src/itemshortcut.h index 23835c3b..d211c7f3 100644 --- a/src/itemshortcut.h +++ b/src/itemshortcut.h @@ -32,7 +32,8 @@ */ typedef Item* ItemPtr; -class ItemShortcut { +class ItemShortcut +{ public: /** * Constructor. @@ -123,5 +124,7 @@ class ItemShortcut { ItemPtr mItemSelected; /**< the item held by cursor */ }; + extern ItemShortcut *itemShortcut; + #endif |