aboutsummaryrefslogtreecommitdiff
path: root/Node.h
diff options
context:
space:
mode:
Diffstat (limited to 'Node.h')
-rw-r--r--Node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Node.h b/Node.h
index 43cfc6c..e6270a7 100644
--- a/Node.h
+++ b/Node.h
@@ -20,6 +20,7 @@ public:
virtual void addInput(Net *);
virtual void setOutput(Net *);
virtual void compare() = 0;
+ int gert = 45;
protected:
Node(const char * type);