diff --git a/src/core/qgsopenclutils.cpp b/src/core/qgsopenclutils.cpp index 6ee2fa0dec76..2a05c717f8e8 100644 --- a/src/core/qgsopenclutils.cpp +++ b/src/core/qgsopenclutils.cpp @@ -345,7 +345,7 @@ QString QgsOpenClUtils::deviceId( const cl::Device device ) static void emitLogMessageForSEHException( int exceptionCode ) { QgsMessageLog::logMessage( QObject::tr( "Unexpected exception of code %1 occurred while searching for OpenCL device. Note that the application may become unreliable and may need to be restarted." ).arg( exceptionCode ), - LOGMESSAGE_TAG, Qgis::MessageLevel::Warning ); + QgsOpenClUtils::LOGMESSAGE_TAG, Qgis::MessageLevel::Warning ); } #endif