diff options
Diffstat (limited to 'Circuit.h')
-rw-r--r-- | Circuit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ private: std::map<string, Node *> nodes = {}; vector<Net *> nets = {}; - LoopDetection * ld = new LoopDetection(); + LoopDetection loops = LoopDetection(); virtual Node * find_node(string label); }; |