Browse Source

AAX: Fixed an ambiguous member declaration

tags/2021-05-28
hogliux 7 years ago
parent
commit
da0792c784
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp

+ 1
- 1
modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp View File

@@ -610,7 +610,7 @@ namespace AAXClasses
WindowsHooks hooks; WindowsHooks hooks;
#endif #endif
FakeMouseMoveGenerator fakeMouseGenerator; FakeMouseMoveGenerator fakeMouseGenerator;
Rectangle<int> lastValidSize;
juce::Rectangle<int> lastValidSize;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ContentWrapperComponent) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ContentWrapperComponent)
}; };


Loading…
Cancel
Save