mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Enabled some more warning flags in Xcode, and fixed the problems they caused
This commit is contained in:
parent
6bb7618e1e
commit
cadac817c6
228 changed files with 353 additions and 337 deletions
|
|
@ -42,7 +42,7 @@ public:
|
|||
rotaryParams.stopAtEnd = true;
|
||||
}
|
||||
|
||||
~Pimpl()
|
||||
~Pimpl() override
|
||||
{
|
||||
currentValue.removeListener (this);
|
||||
valueMin.removeListener (this);
|
||||
|
|
@ -1298,7 +1298,7 @@ public:
|
|||
setLookAndFeel (&s.getLookAndFeel());
|
||||
}
|
||||
|
||||
~PopupDisplayComponent()
|
||||
~PopupDisplayComponent() override
|
||||
{
|
||||
if (owner.pimpl != nullptr)
|
||||
owner.pimpl->lastPopupDismissal = Time::getMillisecondCounterHiRes();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue