diff options
author | Sebastian Geerken <devnull@localhost> | 2015-06-06 22:25:24 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-06-06 22:25:24 +0200 |
commit | 826577556fa8b8eedcf1620b4104115d83dbce0b (patch) | |
tree | 15bd78cfd44a8fc78aa7502e36a847df7e99e8b2 /dw/table.cc | |
parent | 342368d26b9fcb37bd7ea594e3031717dee465c2 (diff) |
SRDOP: Positions also for extremes.
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 8b8fe853..e8c8f2d1 100644 --- a/dw/table.cc +++ b/dw/table.cc @@ -130,7 +130,8 @@ void Table::sizeRequestImpl (core::Requisition *requisition, bool posDefined, DBG_OBJ_LEAVE (); } -void Table::getExtremesImpl (core::Extremes *extremes) +void Table::getExtremesImpl (core::Extremes *extremes, bool posDefined, int x, + int y) { DBG_OBJ_ENTER0 ("resize", 0, "getExtremesImpl"); |