mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Minor code clean-ups.
This commit is contained in:
parent
9f201da3c5
commit
08eb852103
289 changed files with 779 additions and 780 deletions
|
|
@ -167,7 +167,7 @@ private:
|
|||
bool selected, isDragging, selectRowOnMouseUp;
|
||||
|
||||
ListBoxRowComponent (const ListBoxRowComponent&);
|
||||
const ListBoxRowComponent& operator= (const ListBoxRowComponent&);
|
||||
ListBoxRowComponent& operator= (const ListBoxRowComponent&);
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -325,7 +325,7 @@ private:
|
|||
ListBox& owner;
|
||||
|
||||
ListViewport (const ListViewport&);
|
||||
const ListViewport& operator= (const ListViewport&);
|
||||
ListViewport& operator= (const ListViewport&);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue