summaryrefslogtreecommitdiff
path: root/test/dw_simple_container.hh
diff options
context:
space:
mode:
Diffstat (limited to 'test/dw_simple_container.hh')
-rw-r--r--test/dw_simple_container.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/dw_simple_container.hh b/test/dw_simple_container.hh
index 10c4b712..bd40b41e 100644
--- a/test/dw_simple_container.hh
+++ b/test/dw_simple_container.hh
@@ -34,10 +34,8 @@ private:
Widget *child;
protected:
- void sizeRequestImpl (core::Requisition *requisition, bool posDefined, int x,
- int y);
- void getExtremesImpl (core::Extremes *extremes, bool posDefined, int x,
- int y);
+ void sizeRequestSimpl (core::Requisition *requisition);
+ void getExtremesSimpl (core::Extremes *extremes);
void sizeAllocateImpl (core::Allocation *allocation);
public: