aboutsummaryrefslogtreecommitdiff
path: root/test/dw_simple_container.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-06-06 22:25:24 +0200
committerSebastian Geerken <devnull@localhost>2015-06-06 22:25:24 +0200
commit826577556fa8b8eedcf1620b4104115d83dbce0b (patch)
tree15bd78cfd44a8fc78aa7502e36a847df7e99e8b2 /test/dw_simple_container.hh
parent342368d26b9fcb37bd7ea594e3031717dee465c2 (diff)
SRDOP: Positions also for extremes.
Diffstat (limited to 'test/dw_simple_container.hh')
-rw-r--r--test/dw_simple_container.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dw_simple_container.hh b/test/dw_simple_container.hh
index 98d1ed86..10c4b712 100644
--- a/test/dw_simple_container.hh
+++ b/test/dw_simple_container.hh
@@ -36,7 +36,8 @@ private:
protected:
void sizeRequestImpl (core::Requisition *requisition, bool posDefined, int x,
int y);
- void getExtremesImpl (core::Extremes *extremes);
+ void getExtremesImpl (core::Extremes *extremes, bool posDefined, int x,
+ int y);
void sizeAllocateImpl (core::Allocation *allocation);
public: