Skip to content
Snippets Groups Projects
Commit 8d30781c authored by Shaun Roe's avatar Shaun Roe Committed by Frank Winklmeier
Browse files

main-cppcheck-ExpressionEvaluation

main-cppcheck-ExpressionEvaluation
parent 4f2027e3
No related branches found
No related tags found
No related merge requests found
......@@ -218,13 +218,13 @@ public:
}
}
void setVerbose(bool verbose) {m_verbose=verbose; }
const EventContext *m_event;
SG::HiveEventSlot *m_store;
const ExpressionParsing::ExpressionParser *m_parser;
const std::vector<int> *m_ref;
bool m_refPassed;
const EventContext *m_event{};
SG::HiveEventSlot *m_store{};
const ExpressionParsing::ExpressionParser *m_parser{};
const std::vector<int> *m_ref{};
bool m_refPassed{};
bool m_isBool=false;
bool m_verbose;
bool m_verbose{};
};
int main(int argc, char **argv)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment