Skip to content
Snippets Groups Projects
Commit 2d0fd67d authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

WRG: useless argument in GetExpression()

parent a59501a5
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ public:
virtual OutputType Evaluate( const DataNodeType& node ) const;
std::string GetExpression(std::string expression) const
std::string GetExpression() const
{
return m_ParserConditionFunctor->GetExpression();
}
......
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