summaryrefslogtreecommitdiff
path: root/dw/oofposfixedmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-30 20:30:40 +0100
committerSebastian Geerken <devnull@localhost>2015-01-30 20:30:40 +0100
commit3238f21d277704723582ebaf7f5c9d6e0b042bf9 (patch)
treead9a63b3cbdd3333aaf060c4016e90b0a6a4bbe0 /dw/oofposfixedmgr.hh
parentb1e34672ecbe28c18462cd1b02ba0b2cfc7f772b (diff)
Relative positions, part 2: OOFPosAbsLikeMgr (initial version).
Diffstat (limited to 'dw/oofposfixedmgr.hh')
-rw-r--r--dw/oofposfixedmgr.hh4
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);