diff --git a/apps/openmw/mwvr/openxrmanagerimpl.cpp b/apps/openmw/mwvr/openxrmanagerimpl.cpp index 999fe6e0f..70e9cd45c 100644 --- a/apps/openmw/mwvr/openxrmanagerimpl.cpp +++ b/apps/openmw/mwvr/openxrmanagerimpl.cpp @@ -216,7 +216,7 @@ namespace MWVR } } - inline XrResult CheckXrResult(XrResult res, const char* originator, const char* sourceLocation) { + XrResult CheckXrResult(XrResult res, const char* originator, const char* sourceLocation) { static bool initialized = false; static bool sLogAllXrCalls = false; static bool sContinueOnErrors = false;