Skip to content

Commit

Permalink
updated xmlParser to not initialize in class definition. closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
William Emfinger committed Mar 27, 2016
1 parent 6e03795 commit 9a931f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/include/node/xmlParser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class XMLParser
std::vector<ComponentConfig> compConfigList;
std::vector<std::string> libList;
std::string nodeName;
int node_priority = -1;
int node_priority;

bool Return_Boolean(std::string value) { return (value == "True"); }

Expand Down

0 comments on commit 9a931f0

Please sign in to comment.