diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-17 14:00:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-17 14:00:25 +0300 |
commit | dbf6fd812e5eff87a8fc38c4f5635845493885b1 (patch) | |
tree | fd7479749b2d0b61249783b1b0d9080278a9bceb /src/gui/popups/textpopup.h | |
parent | a9b9e09cfecc1ede11647bbbc09ddc198d783947 (diff) | |
download | plus-dbf6fd812e5eff87a8fc38c4f5635845493885b1.tar.gz plus-dbf6fd812e5eff87a8fc38c4f5635845493885b1.tar.bz2 plus-dbf6fd812e5eff87a8fc38c4f5635845493885b1.tar.xz plus-dbf6fd812e5eff87a8fc38c4f5635845493885b1.zip |
Create public variable for textpopup.
Diffstat (limited to 'src/gui/popups/textpopup.h')
-rw-r--r-- | src/gui/popups/textpopup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/popups/textpopup.h b/src/gui/popups/textpopup.h index c36b94838..4d8c2cc5e 100644 --- a/src/gui/popups/textpopup.h +++ b/src/gui/popups/textpopup.h @@ -78,4 +78,6 @@ class TextPopup final : public Popup Label *mText[TEXTPOPUPCOUNT]; }; +extern TextPopup *textPopup; + #endif // GUI_POPUPS_TEXTPOPUP_H |