diff options
-rw-r--r-- | dw/oofawarewidget.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh index f8c8e214..9a80b9bb 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -88,7 +88,7 @@ protected: { other->setValues (sectionIndex, index); } inline bool inFlow () { return sectionIndex == 0; } - inline bool getInFlowIndex () { assert (inFlow ()); return index; } + inline int getInFlowIndex () { assert (inFlow ()); return index; } void highlightOOF (int start, int end, core::HighlightLayer layer); void unhighlightOOF (int direction, core::HighlightLayer layer); void getAllocationOOF (int start, int end, core::Allocation *allocation); |