diff options
Diffstat (limited to 'dw/ooffloatsmgr.cc')
-rw-r--r-- | dw/ooffloatsmgr.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dw/ooffloatsmgr.cc b/dw/ooffloatsmgr.cc index a4750e5a..06bab82b 100644 --- a/dw/ooffloatsmgr.cc +++ b/dw/ooffloatsmgr.cc @@ -770,13 +770,13 @@ void OOFFloatsMgr::tellPosition2 (Widget *widget, int x, int y) void OOFFloatsMgr::tellIncompletePosition1 (Widget *generator, Widget *widget, int x, int y) { - assertNotReached (); + notImplemented ("OOFFloatsMgr::tellIncompletePosition1"); } void OOFFloatsMgr::tellIncompletePosition2 (Widget *generator, Widget *widget, int x, int y) { - assertNotReached (); + notImplemented ("OOFFloatsMgr::tellIncompletePosition2"); } bool OOFFloatsMgr::collidesV (Float *vloat, Float *other, int *yReal) @@ -1280,13 +1280,13 @@ bool OOFFloatsMgr::dealingWithSizeOfChild (core::Widget *child) int OOFFloatsMgr::getAvailWidthOfChild (Widget *child, bool forceValue) { - assertNotReached (); + notImplemented ("OOFFloatsMgr::getAvailWidthOfChild"); return 0; } int OOFFloatsMgr::getAvailHeightOfChild (Widget *child, bool forceValue) { - assertNotReached (); + notImplemented ("OOFFloatsMgr::getAvailHeightOfChild"); return 0; } |