1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00

Documentation fix.

This commit is contained in:
jules 2015-09-22 07:21:00 -07:00
parent 416c8f3220
commit 041a68f5da

View file

@ -41,7 +41,7 @@
Note: If all that you need to do is to respond to files being drag-and-dropped from
the operating system onto your component, you don't need any of these classes: you can do this
simply by overriding Component::filesDropped().
simply by overriding FileDragAndDropTarget::filesDropped().
@see DragAndDropTarget
*/