mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Avoided a few compiler warnings.
This commit is contained in:
parent
ccdd0aa94f
commit
50a55b2e9c
12 changed files with 17 additions and 17 deletions
|
|
@ -530,7 +530,7 @@ private:
|
|||
bool isRegistered() const noexcept { return atom != 0; }
|
||||
LPCTSTR getWindowClassName() const noexcept { return (LPCTSTR) MAKELONG (atom, 0); }
|
||||
|
||||
juce_DeclareSingleton_SingleThreaded_Minimal (NativeWindowClass);
|
||||
juce_DeclareSingleton_SingleThreaded_Minimal (NativeWindowClass)
|
||||
|
||||
private:
|
||||
NativeWindowClass()
|
||||
|
|
@ -724,7 +724,7 @@ private:
|
|||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (DirectShowContext)
|
||||
};
|
||||
|
||||
juce_ImplementSingleton_SingleThreaded (DirectShowComponent::DirectShowContext::NativeWindowClass);
|
||||
juce_ImplementSingleton_SingleThreaded (DirectShowComponent::DirectShowContext::NativeWindowClass)
|
||||
|
||||
|
||||
//======================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue