mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Changed fallthrough return value to nullptr in OpenGLContext::NativeContext::getNativeHandle() on Windows
This commit is contained in:
parent
67486d47e0
commit
ccbe0816d0
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ public:
|
|||
if (nativeWindow != nullptr)
|
||||
return (HWND) nativeWindow->getNativeHandle();
|
||||
|
||||
return {};
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue