Fix some compiler warnings.
This commit is contained in:
parent
01adc3d9aa
commit
e72794d164
1 changed files with 2 additions and 2 deletions
|
@ -168,8 +168,8 @@ public:
|
|||
parent_(0),
|
||||
x_(-1),
|
||||
y_(-1),
|
||||
w_(-1),
|
||||
h_(-1),
|
||||
w_(0),
|
||||
h_(0),
|
||||
dirty_(true)
|
||||
{}
|
||||
virtual ~twidget() {}
|
||||
|
|
Loading…
Add table
Reference in a new issue