LibWebView: Make WEB_VIEW_APPLICATION switch back to a private section

Let's not leave everything after the WEB_VIEW_APPLICATION invocation
public.
This commit is contained in:
Timothy Flynn 2025-06-10 19:15:40 -04:00 committed by Tim Flynn
parent b425ce93b1
commit 6430b215af
Notes: github-actions[bot] 2025-06-11 11:27:34 +00:00

View file

@ -163,4 +163,6 @@ public:
static ApplicationType& the() \
{ \
return static_cast<ApplicationType&>(WebView::Application::the()); \
}
} \
\
private: