Try to fix encapsulation
[satune.git] / src / ASTAnalyses / ordernode.h
index 95862aea200b799a092ccda7eda4a614c634ca9a..a63dd7fddf11802aae638c69e32dc6ac9ae26069 100644 (file)
@@ -28,6 +28,7 @@ class OrderNode {
        uint sccNum;
        HashSetOrderEdge inEdges;
        HashSetOrderEdge outEdges;
+       MEMALLOC;
 };
 #endif/* ORDERNODE_H */