Hi,
juce::Component::contains(*) should be marked const
otherwise it cant be used when evaluating something like const juce::DragAndDropTarget::SourceDetails
i.e. DragAndDropTarget::isInterestedInDragSource
Actually every method that only asks for some const stuff (without modifying the object) should be marked const.
cheers,
raketa
