summaryrefslogtreecommitdiff
path: root/src/cnode/cnode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cnode/cnode.hpp')
-rw-r--r--src/cnode/cnode.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cnode/cnode.hpp b/src/cnode/cnode.hpp
index 40fb5b6..dadfe85 100644
--- a/src/cnode/cnode.hpp
+++ b/src/cnode/cnode.hpp
@@ -26,7 +26,7 @@ namespace cnode {
class CfgNode {
public:
CfgNode(vector<string>& path_comps, char *name, char *val, char *comment,
- int deact, Cstore *cstore);
+ int deact, Cstore *cstore, bool tag_if_invalid = false);
CfgNode(Cstore& cstore, std::vector<string>& path_comps,
bool active = false, bool recursive = true);
~CfgNode() {};