aboutsummaryrefslogtreecommitdiff
path: root/dw/oofawarewidget.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2016-01-23 12:30:33 +0100
committerSebastian Geerken <devnull@localhost>2016-01-23 12:30:33 +0100
commit9481d3c3ff40685bf8ef840abbc888cee675ce2e (patch)
treecd4b7f87fb8a9d8c2d15d675534816bd6eba4fed /dw/oofawarewidget.cc
parent7e838b973ac92c0d41fcd2798eb5f569ca274616 (diff)
SRDOP: Debugging.
Diffstat (limited to 'dw/oofawarewidget.cc')
-rw-r--r--dw/oofawarewidget.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/oofawarewidget.cc b/dw/oofawarewidget.cc
index 891d51cf..6912108a 100644
--- a/dw/oofawarewidget.cc
+++ b/dw/oofawarewidget.cc
@@ -493,7 +493,8 @@ Widget *OOFAwareWidget::getWidgetAtPointLevel (int x, int y, int level,
case SL_IN_FLOW:
// Should be implemented in the sub class.
- assertNotReached ();
+ assertNotReached ("getWidgetAtPoint (SL_IN_FLOW) for %s",
+ getClassName ());
break;
case SL_OOF_REF: