mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a deprecation macro in DragAndDropContainer
This commit is contained in:
parent
0eac373893
commit
8cab6c7356
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ private:
|
|||
friend struct ContainerDeletePolicy<DragImageComponent>;
|
||||
ScopedPointer<DragImageComponent> dragImageComponent;
|
||||
|
||||
JUCE_DEPRECATED (virtual bool shouldDropFilesWhenDraggedExternally (const String&, Component*, StringArray&, bool&)) { return false; }
|
||||
JUCE_DEPRECATED_WITH_BODY (virtual bool shouldDropFilesWhenDraggedExternally (const String&, Component*, StringArray&, bool&), { return false; })
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (DragAndDropContainer)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue