Fix some compiler warnings.

This commit is contained in:
Mark de Wever 2008-04-05 06:42:43 +00:00
parent 01adc3d9aa
commit e72794d164

View file

@ -168,8 +168,8 @@ public:
parent_(0),
x_(-1),
y_(-1),
w_(-1),
h_(-1),
w_(0),
h_(0),
dirty_(true)
{}
virtual ~twidget() {}