Skip to content

Commit

Permalink
gamestate_inspector: add a ctor initialization for lua_button ptr
Browse files Browse the repository at this point in the history
This was a minor oversight by me, issue raised by Coverity.
  • Loading branch information
cbeck88 committed Nov 19, 2014
1 parent 151aa77 commit d27aab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/dialogs/gamestate_inspector.cpp
Expand Up @@ -128,6 +128,7 @@ class tgamestate_inspector::model
, inspect()
, inspector_name()
, copy_button()
, lua_button()
{
name = cfg["name"].str();
}
Expand Down

0 comments on commit d27aab7

Please sign in to comment.