Fix uninitialzed variable

This commit is contained in:
Ilari Liusvaara 2013-10-05 23:19:49 +03:00
parent 379db3d4a8
commit 861caf2256

View file

@ -593,6 +593,7 @@ namespace
unsigned _height, control_info X, control_info Y, unsigned posX, unsigned posY)
: wxDialog(parent, wxID_ANY, towxstring(windowname(X, Y)), wxPoint(posX, posY))
{
dirty = false;
bitmap = _bitmap;
width = _width;
height = _height;