diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-01 13:56:23 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-01 13:56:23 +0200 |
commit | c29fcb30b1b15b0226e339f5bac481bf98cdcacd (patch) | |
tree | e8a5fd8dcdd01051c2ffd4cb67a71c21aae9ec38 /dw/oofposfixedmgr.hh | |
parent | df916f8440731445e6c6cb173ab73b767ad8b46f (diff) |
RTFL.
Diffstat (limited to 'dw/oofposfixedmgr.hh')
-rw-r--r-- | dw/oofposfixedmgr.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/oofposfixedmgr.hh b/dw/oofposfixedmgr.hh index d21b232c..6a88289f 100644 --- a/dw/oofposfixedmgr.hh +++ b/dw/oofposfixedmgr.hh @@ -9,6 +9,7 @@ class OOFPosFixedMgr: public OOFPositionedMgr { public: OOFPosFixedMgr (Textblock *containingBlock); + ~OOFPosFixedMgr (); }; } // namespace dw |