summaryrefslogtreecommitdiff
path: root/src/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/module.h')
-rw-r--r--src/module.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/module.h b/src/module.h
index 8f1ccb7..9f46d37 100644
--- a/src/module.h
+++ b/src/module.h
@@ -13,7 +13,7 @@ class ModuleInstantiation
{
public:
ModuleInstantiation(const std::string &name = "")
- : tag_root(false), tag_highlight(false), tag_background(false), modname(name) { }
+ : tag_root(false), tag_highlight(false), tag_background(false), recursioncount(0), modname(name) { }
virtual ~ModuleInstantiation();
std::string dump(const std::string &indent) const;
@@ -35,6 +35,7 @@ public:
bool tag_root;
bool tag_highlight;
bool tag_background;
+ mutable int recursioncount;
protected:
std::string modname;
std::string modpath;
contact: Jan Huwald // Impressum