1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

Introjucer: fixed some compiler warnings.

This commit is contained in:
jules 2013-10-14 15:47:49 +01:00
parent 0ba5b01497
commit b58d5da64d
5 changed files with 7 additions and 7 deletions

View file

@ -304,7 +304,7 @@ public:
return false;
}
void filesDropped (const StringArray& files, int insertIndex) override
void filesDropped (const StringArray& files, int /*insertIndex*/) override
{
Array<ModuleDescription> modules;