aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh
index 6e3d92f8..8811b021 100644
--- a/dw/outofflowmgr.hh
+++ b/dw/outofflowmgr.hh
@@ -82,12 +82,12 @@ private:
class SortedFloatsVector: private lout::container::typed::Vector<Float>
{
public:
- enum Type { GB, CB };
+ enum Type { GB, CB } type; /* Only used for debugging; may be removed
+ later. */
private:
OutOfFlowMgr *oofm;
Side side;
- Type type; // Only used for debugging; may be removed later.
public:
inline SortedFloatsVector (OutOfFlowMgr *oofm, Side side, Type type) :