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:
parent
a760307d0f
commit
10bd8235e7
17 changed files with 228 additions and 210 deletions
|
|
@ -645,7 +645,7 @@ namespace AAXClasses
|
|||
JuceAAX_GUI& owner;
|
||||
|
||||
#if JUCE_WINDOWS
|
||||
WindowsHooks hooks;
|
||||
detail::WindowsHooks hooks;
|
||||
#endif
|
||||
juce::Rectangle<int> lastValidSize;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue