1
0
Fork 0
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:
hogliux 2018-04-09 16:30:09 +01:00
parent 6c08f04a8e
commit da0792c784

View file

@ -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)
};