Fix a compiler warning discovered by Soliton.
This commit is contained in:
parent
a08c1245c1
commit
93842da4df
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ dialog::dialog(display &disp, const std::string& title, const std::string& messa
|
|||
help_button_(NULL),
|
||||
text_widget_(NULL),
|
||||
frame_(NULL),
|
||||
result_(CONTINUE_DIALOG),
|
||||
dim_()
|
||||
dim_(),
|
||||
result_(CONTINUE_DIALOG)
|
||||
{
|
||||
CVideo& screen = disp_.video();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue