Skip to content

Commit e437349

Browse files
committed
Fix warnings
1 parent 443ca0d commit e437349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsexpression.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,8 +1618,8 @@ int QgsExpression::functionCount()
16181618
QgsExpression::QgsExpression( const QString& expr )
16191619
: mRowNumber( 0 )
16201620
, mScale( 0 )
1621-
, mCalc( 0 )
16221621
, mExp( expr )
1622+
, mCalc( 0 )
16231623
{
16241624
mRootNode = ::parseExpression( expr, mParserErrorString );
16251625

0 commit comments

Comments
 (0)