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

Plugin Client: Move all private helper functions into detail namespace

This commit is contained in:
reuk 2023-03-08 19:23:37 +00:00
parent a760307d0f
commit 10bd8235e7
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
17 changed files with 228 additions and 210 deletions

View file

@ -645,7 +645,7 @@ namespace AAXClasses
JuceAAX_GUI& owner;
#if JUCE_WINDOWS
WindowsHooks hooks;
detail::WindowsHooks hooks;
#endif
juce::Rectangle<int> lastValidSize;