Skip to content

Commit

Permalink
fix undefined ref
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 25, 2021
1 parent 20742e5 commit e3349e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/raster/qgsrastercalcparser.yy
Expand Up @@ -154,7 +154,7 @@ QgsRasterCalcNode* localParseRasterCalcString(const QString& str, QString& parse
}
}

void rastererror(const char* msg)
void raster_error(const char* msg)
{
rParserErrorMsg = msg;
}
Expand Down

0 comments on commit e3349e4

Please sign in to comment.