mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
Minor changes to avoid pedantic compiler warnings.
This commit is contained in:
parent
9fb57f7a05
commit
0ceeb573d8
492 changed files with 822 additions and 781 deletions
|
|
@ -182,7 +182,7 @@ private:
|
|||
TextEditor ed;
|
||||
JucerTreeViewBase& item;
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE (RenameTreeItemCallback);
|
||||
JUCE_DECLARE_NON_COPYABLE (RenameTreeItemCallback)
|
||||
};
|
||||
|
||||
void JucerTreeViewBase::showRenameBox()
|
||||
|
|
@ -254,7 +254,7 @@ public:
|
|||
|
||||
private:
|
||||
JucerTreeViewBase& owner;
|
||||
JUCE_DECLARE_NON_COPYABLE (ItemSelectionTimer);
|
||||
JUCE_DECLARE_NON_COPYABLE (ItemSelectionTimer)
|
||||
};
|
||||
|
||||
void JucerTreeViewBase::itemSelectionChanged (bool isNowSelected)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue