summaryrefslogtreecommitdiff
path: root/kernel/cellaigs.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-06-10 23:00:12 +0200
committerClifford Wolf <clifford@clifford.at>2015-06-10 23:00:12 +0200
commit1ae360cf725db65c54c69042bcef66f1728b4df6 (patch)
tree5dca46356d177859372621dd31c02075221a80f9 /kernel/cellaigs.h
parente5348817947be85cb69f42c7e0ec0706d0511f0f (diff)
AigMaker refactoring
Diffstat (limited to 'kernel/cellaigs.h')
-rw-r--r--kernel/cellaigs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cellaigs.h b/kernel/cellaigs.h
index efe9d83c..f548f466 100644
--- a/kernel/cellaigs.h
+++ b/kernel/cellaigs.h
@@ -32,6 +32,7 @@ struct AigNode
int left_parent, right_parent;
vector<pair<IdString, int>> outports;
+ AigNode();
bool operator==(const AigNode &other) const;
unsigned int hash() const;
};