diff options
Diffstat (limited to 'src/node.cc')
-rw-r--r-- | src/node.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.cc b/src/node.cc index 9607b27..e1dd282 100644 --- a/src/node.cc +++ b/src/node.cc @@ -35,7 +35,7 @@ #include <QRegExp> #include <sstream> -int AbstractNode::idx_counter; +size_t AbstractNode::idx_counter; AbstractNode::AbstractNode(const ModuleInstantiation *mi) { |