aboutsummaryrefslogtreecommitdiff
path: root/Circuit.h
diff options
context:
space:
mode:
Diffstat (limited to 'Circuit.h')
-rw-r--r--Circuit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Circuit.h b/Circuit.h
index e681742..1806293 100644
--- a/Circuit.h
+++ b/Circuit.h
@@ -23,5 +23,7 @@ public:
private:
std::map<string, Node *> nodes = {};
vector<Net *> nets = {};
+
+ virtual Node * find_node(string label);
};