Initialize all members.
This commit is contained in:
parent
0fa9e397d4
commit
6da052f6ec
1 changed files with 1 additions and 1 deletions
|
@ -2425,7 +2425,7 @@ private:
|
||||||
scoped_dialog *scoped_dialog::current = NULL;
|
scoped_dialog *scoped_dialog::current = NULL;
|
||||||
|
|
||||||
scoped_dialog::scoped_dialog(lua_State *l, gui2::twindow *w)
|
scoped_dialog::scoped_dialog(lua_State *l, gui2::twindow *w)
|
||||||
: L(l), prev(current), window(w)
|
: L(l), prev(current), window(w), callbacks()
|
||||||
{
|
{
|
||||||
lua_pushlightuserdata(L, (void *)&dlgclbkKey);
|
lua_pushlightuserdata(L, (void *)&dlgclbkKey);
|
||||||
lua_createtable(L, 1, 0);
|
lua_createtable(L, 1, 0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue