Skip to content

Commit

Permalink
Tag test context function as non-static
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 1, 2017
1 parent f511401 commit f522756
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/src/core/testqgsexpressioncontext.cpp
Expand Up @@ -111,6 +111,11 @@ class TestQgsExpressionContext : public QObject
return new ModifiableFunction( mVal );
}

virtual bool isStatic( const QgsExpression::NodeFunction *node, QgsExpression *parent, const QgsExpressionContext *context ) const override
{
return false;
}

private:

int *mVal = nullptr;
Expand Down

0 comments on commit f522756

Please sign in to comment.