diff options
Diffstat (limited to 'dw/oofposabsmgr.hh')
-rw-r--r-- | dw/oofposabsmgr.hh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dw/oofposabsmgr.hh b/dw/oofposabsmgr.hh new file mode 100644 index 00000000..769f528f --- /dev/null +++ b/dw/oofposabsmgr.hh @@ -0,0 +1,16 @@ +#ifndef __DW_OOFPOSABSMGR_HH__ +#define __DW_OOFPOSABSMGR_HH__ + +#include "oofpositionedmgr.hh" + +namespace dw { + +class OOFPosAbsMgr: public OOFPositionedMgr +{ +public: + OOFPosAbsMgr (Textblock *containingBlock); +}; + +} // namespace dw + +#endif // __DW_OOFPOSABSMGR_HH__ |