summaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guiFormSpecMenu.h')
-rw-r--r--src/guiFormSpecMenu.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/guiFormSpecMenu.h b/src/guiFormSpecMenu.h
index 474f13cb1..91605bc16 100644
--- a/src/guiFormSpecMenu.h
+++ b/src/guiFormSpecMenu.h
@@ -312,9 +312,10 @@ protected:
video::SColor m_slotbg_h;
video::SColor m_slotbordercolor;
private:
- IFormSource* m_form_src;
- TextDest* m_text_dst;
- GUIFormSpecMenu** m_ext_ptr;
+ IFormSource *m_form_src;
+ TextDest *m_text_dst;
+ GUIFormSpecMenu **m_ext_ptr;
+ gui::IGUIFont *m_font;
typedef struct {
v2s32 size;