1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Docs: Fix some Doxygen warnings

This commit is contained in:
ed 2021-09-29 16:11:30 +01:00
parent 2c8ec9dae1
commit d39d0f4885
2 changed files with 2 additions and 0 deletions

View file

@ -144,6 +144,7 @@ public:
protected:
friend class WindowsWebView2WebBrowserComponent;
/** @internal */
struct ConstructWithoutPimpl
{
explicit ConstructWithoutPimpl (bool unloadOnHide) : unloadWhenHidden (unloadOnHide) {}