diff options
author | Sebastian Geerken <devnull@localhost> | 2016-06-20 21:44:36 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-06-20 21:44:36 +0200 |
commit | 94c2d21c5c035fa056481ea6e6743f83ea651e78 (patch) | |
tree | bf04218bbe467fb81d265093e1469365f084d5ec /dw/ooffloatsmgr.hh | |
parent | 1d4da1af1d51e2b2de907c46666e05ef866a9300 (diff) |
Incremental resizing for OOFFloatsMgr.
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r-- | dw/ooffloatsmgr.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh index 87cdc866..c342f4a7 100644 --- a/dw/ooffloatsmgr.hh +++ b/dw/ooffloatsmgr.hh @@ -164,6 +164,7 @@ private: TBInfo> *tbInfosByOOFAwareWidget; int lastLeftTBIndex, lastRightTBIndex, leftFloatsMark, rightFloatsMark; + int floatRef; void moveExternalIndices (lout::container::typed::Vector<Float> *list, int oldStartIndex, int diff); |