mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
AAX: Fixed an ambiguous member declaration
This commit is contained in:
parent
6c08f04a8e
commit
da0792c784
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ namespace AAXClasses
|
|||
WindowsHooks hooks;
|
||||
#endif
|
||||
FakeMouseMoveGenerator fakeMouseGenerator;
|
||||
Rectangle<int> lastValidSize;
|
||||
juce::Rectangle<int> lastValidSize;
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ContentWrapperComponent)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue