Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 9, 2020
1 parent 96bbab6 commit 88dd1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/numericformats/qgsbearingnumericformat.cpp
Expand Up @@ -109,7 +109,7 @@ QgsBearingNumericFormat::FormatDirectionOption QgsBearingNumericFormat::directio
return mDirectionFormat;
}

void QgsBearingNumericFormat::setDirectionFormat( const FormatDirectionOption &directionFormat )
void QgsBearingNumericFormat::setDirectionFormat( FormatDirectionOption directionFormat )
{
mDirectionFormat = directionFormat;
}
Expand Down

0 comments on commit 88dd1dc

Please sign in to comment.