Fix a compiler warning discovered by Soliton.

This commit is contained in:
Mark de Wever 2007-10-24 13:23:13 +00:00
parent a08c1245c1
commit 93842da4df

View file

@ -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();