diff options
Diffstat (limited to 'dw/table.cc')
-rw-r--r-- | dw/table.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/table.cc b/dw/table.cc index 3e7d30df..460e9a29 100644 --- a/dw/table.cc +++ b/dw/table.cc @@ -103,7 +103,8 @@ Table::~Table() DBG_OBJ_DELETE (); } -void Table::sizeRequestImpl (core::Requisition *requisition) +void Table::sizeRequestImpl (core::Requisition *requisition, bool posDefined, + int x, int y) { DBG_OBJ_ENTER0 ("resize", 0, "sizeRequestImpl"); |