diff options
Diffstat (limited to 'dw/oofposfixedmgr.hh')
-rw-r--r-- | dw/oofposfixedmgr.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/oofposfixedmgr.hh b/dw/oofposfixedmgr.hh index 1e099d39..efe46391 100644 --- a/dw/oofposfixedmgr.hh +++ b/dw/oofposfixedmgr.hh @@ -1,13 +1,13 @@ #ifndef __DW_OOFPOSFIXEDMGR_HH__ #define __DW_OOFPOSFIXEDMGR_HH__ -#include "oofpositionedmgr.hh" +#include "oofposabslikemgr.hh" namespace dw { namespace oof { -class OOFPosFixedMgr: public OOFPositionedMgr +class OOFPosFixedMgr: public OOFPosAbsLikeMgr { protected: bool isReference (core::Widget *widget); |