mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
Minor code clean-ups.
This commit is contained in:
parent
9f201da3c5
commit
08eb852103
289 changed files with 779 additions and 780 deletions
|
|
@ -259,7 +259,7 @@ private:
|
|||
}
|
||||
|
||||
TableListRowComp (const TableListRowComp&);
|
||||
const TableListRowComp& operator= (const TableListRowComp&);
|
||||
TableListRowComp& operator= (const TableListRowComp&);
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -310,7 +310,7 @@ private:
|
|||
TableListBox& owner;
|
||||
|
||||
TableListBoxHeader (const TableListBoxHeader&);
|
||||
const TableListBoxHeader& operator= (const TableListBoxHeader&);
|
||||
TableListBoxHeader& operator= (const TableListBoxHeader&);
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue