From 42f2fdb35cff89debd346126eb69cd95d855ff7b Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Fri, 7 Jan 2011 11:03:45 -0800 Subject: improve load error message --- src/cnode/cnode.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cnode/cnode.hpp') 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& 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& path_comps, bool active = false, bool recursive = true); ~CfgNode() {}; -- cgit v1.2.3