mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 00:23:46 +00:00
uninitialized variables-gui
This commit is contained in:
parent
b9c207765e
commit
9fef1b3cd1
43 changed files with 119 additions and 33 deletions
|
|
@ -52,7 +52,7 @@ class GuiBubbleTextCtrl : public GuiTextCtrl
|
|||
DECLARE_DESCRIPTION( "A single-line text control that displays its text in a multi-line\n"
|
||||
"popup when clicked." );
|
||||
|
||||
GuiBubbleTextCtrl() { mInAction = false; }
|
||||
GuiBubbleTextCtrl() :mInAction(false), mDlg(NULL), mPopup(NULL), mMLText(NULL) {}
|
||||
|
||||
virtual void onMouseDown(const GuiEvent &event);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue