mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Introjucer: fixed some compiler warnings.
This commit is contained in:
parent
0ba5b01497
commit
b58d5da64d
5 changed files with 7 additions and 7 deletions
|
|
@ -173,7 +173,7 @@ public:
|
|||
p->addFiles (files, insertIndex);
|
||||
}
|
||||
|
||||
virtual void moveSelectedItemsTo (OwnedArray <Project::Item>& selectedNodes, int insertIndex)
|
||||
virtual void moveSelectedItemsTo (OwnedArray <Project::Item>&, int /*insertIndex*/)
|
||||
{
|
||||
jassertfalse;
|
||||
}
|
||||
|
|
@ -216,7 +216,7 @@ public:
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
void valueTreePropertyChanged (ValueTree& tree, const Identifier& property) override
|
||||
void valueTreePropertyChanged (ValueTree& tree, const Identifier&) override
|
||||
{
|
||||
if (tree == item.state)
|
||||
repaintItem();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue