fix build error

This commit is contained in:
Vadim Lopatin 2015-01-26 19:55:42 +03:00
parent e1b13514c4
commit a820afd995
1 changed files with 2 additions and 2 deletions

View File

@ -44,11 +44,11 @@ class DockHost : WidgetGroupDefaultDrawing {
_bodyWidget.parent = this;
}
void addDockedWindow(DockWindow dockWin, int delta) {
void addDockedWindow(DockWindow dockWin) {
addChild(dockWin);
}
void onResize(ResizerWidget source) {
void onResize(ResizerWidget source, int delta) {
}
this() {