This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Docs: Fix some Doxygen warnings
v6.1.6
ed
4 years ago
parent
2c8ec9dae1
commit
d39d0f4885
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
modules/juce_audio_plugin_client/utility/juce_LinuxMessageThread.h
+1
-0
modules/juce_gui_extra/misc/juce_WebBrowserComponent.h
+ 1
- 0
modules/juce_audio_plugin_client/utility/juce_LinuxMessageThread.h
View File
@@ -33,6 +33,7 @@ namespace juce
// Implemented in juce_linux_Messaging.cpp
bool dispatchNextMessageOnSystemQueue (bool returnIfNoPendingMessages);
/** @internal */
class MessageThread
{
public:
+ 1
- 0
modules/juce_gui_extra/misc/juce_WebBrowserComponent.h
View File
@@ -144,6 +144,7 @@ public:
protected:
friend class WindowsWebView2WebBrowserComponent;
/** @internal */
struct ConstructWithoutPimpl
{
explicit ConstructWithoutPimpl (bool unloadOnHide) : unloadWhenHidden (unloadOnHide) {}
Write
Preview
Loading…
Cancel
Save