diff options
author | Sebastian Geerken <devnull@localhost> | 2015-09-21 22:01:08 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-09-21 22:01:08 +0200 |
commit | af3aa61519ae6c37dd4984100697f7aa032403de (patch) | |
tree | 18623cc18474c9cf5ad04c1b82f803f955f89ad0 /dw/ooffloatsmgr.hh | |
parent | 91874444a5988be4cb0419fa0096ff716557f9b0 (diff) |
SRDOP: more cleanup. (Code compiles, not more!)
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r-- | dw/ooffloatsmgr.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh index b75b3b5c..583c044b 100644 --- a/dw/ooffloatsmgr.hh +++ b/dw/ooffloatsmgr.hh @@ -80,7 +80,7 @@ private: int externalIndex; int index; // TODO Needed after SRDOP? int yReq, yReal; // relative to generator, not container - int sideSpanningIndex, mark; + int sideSpanningIndex; core::Requisition size; bool dirty, sizeChangedSinceLastAllocation; |