From a8ca887fffeedd0b276356559fc829968c752027 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 9 Dec 2024 12:02:16 +0100 Subject: [PATCH] qgsopenclutils.cpp: fix build error on Windows --- src/core/qgsopenclutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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