1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00

Minor code clean-ups.

This commit is contained in:
Julian Storer 2010-02-22 15:28:18 +00:00
parent 9f201da3c5
commit 08eb852103
289 changed files with 779 additions and 780 deletions

View file

@ -121,7 +121,7 @@ private:
const int keyNum;
KeyMappingChangeButton (const KeyMappingChangeButton&);
const KeyMappingChangeButton& operator= (const KeyMappingChangeButton&);
KeyMappingChangeButton& operator= (const KeyMappingChangeButton&);
};
//==============================================================================
@ -192,7 +192,7 @@ private:
const CommandID commandID;
KeyMappingItemComponent (const KeyMappingItemComponent&);
const KeyMappingItemComponent& operator= (const KeyMappingItemComponent&);
KeyMappingItemComponent& operator= (const KeyMappingItemComponent&);
};
//==============================================================================
@ -226,7 +226,7 @@ private:
const CommandID commandID;
KeyMappingTreeViewItem (const KeyMappingTreeViewItem&);
const KeyMappingTreeViewItem& operator= (const KeyMappingTreeViewItem&);
KeyMappingTreeViewItem& operator= (const KeyMappingTreeViewItem&);
};
@ -287,7 +287,7 @@ private:
String categoryName;
KeyCategoryTreeViewItem (const KeyCategoryTreeViewItem&);
const KeyCategoryTreeViewItem& operator= (const KeyCategoryTreeViewItem&);
KeyCategoryTreeViewItem& operator= (const KeyCategoryTreeViewItem&);
};
@ -462,7 +462,7 @@ private:
KeyMappingEditorComponent* owner;
KeyEntryWindow (const KeyEntryWindow&);
const KeyEntryWindow& operator= (const KeyEntryWindow&);
KeyEntryWindow& operator= (const KeyEntryWindow&);
};