diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-17 16:02:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-17 16:02:56 +0300 |
commit | 29402e0b1833dfc19fb646e2b7541a401ff9ffe8 (patch) | |
tree | 0efb1c18579a1531b968887085b0308f5f93ed9c /src/gui/popups/spellpopup.h | |
parent | 28072bc9da91582e5a0caec64fba880f51e5d639 (diff) | |
download | plus-29402e0b1833dfc19fb646e2b7541a401ff9ffe8.tar.gz plus-29402e0b1833dfc19fb646e2b7541a401ff9ffe8.tar.bz2 plus-29402e0b1833dfc19fb646e2b7541a401ff9ffe8.tar.xz plus-29402e0b1833dfc19fb646e2b7541a401ff9ffe8.zip |
Create public variable for spellpopup.
Diffstat (limited to 'src/gui/popups/spellpopup.h')
-rw-r--r-- | src/gui/popups/spellpopup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/popups/spellpopup.h b/src/gui/popups/spellpopup.h index 0352161fc..7db1dcf2b 100644 --- a/src/gui/popups/spellpopup.h +++ b/src/gui/popups/spellpopup.h @@ -67,4 +67,6 @@ class SpellPopup final : public Popup Label *mItemComment; }; +extern SpellPopup *spellPopup; + #endif // GUI_POPUPS_SPELLPOPUP_H |