diff options
Diffstat (limited to 'test/dw_simple_container.hh')
-rw-r--r-- | test/dw_simple_container.hh | 3 |
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: |