diff --git a/Client/cefweb/CWebCore.cpp b/Client/cefweb/CWebCore.cpp index e5f1cf0ba5..c30700b88b 100644 --- a/Client/cefweb/CWebCore.cpp +++ b/Client/cefweb/CWebCore.cpp @@ -879,7 +879,7 @@ bool CWebCore::GetGPUEnabled() const noexcept return m_bGPUEnabled; } -bool CWebCore::GetGPUCompositingEnabled() const noexcept +bool CWebCore::GetGPUCompositingEnabled() const noexcept { return m_bGPUCompositingEnabled; }