mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +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
|
|
@ -74,7 +74,7 @@ public:
|
|||
bool isActive, autoDelete;
|
||||
|
||||
private:
|
||||
JUCE_DECLARE_NON_COPYABLE (ModalItem);
|
||||
JUCE_DECLARE_NON_COPYABLE (ModalItem)
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
@ -248,7 +248,7 @@ private:
|
|||
int& value;
|
||||
bool& finished;
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE (ReturnValueRetriever);
|
||||
JUCE_DECLARE_NON_COPYABLE (ReturnValueRetriever)
|
||||
};
|
||||
|
||||
int ModalComponentManager::runEventLoopForCurrentComponent()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue