mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Demos: Fix some build issues in demos with more warnings enabled
This commit is contained in:
parent
12765e3761
commit
bbd2184e3b
13 changed files with 102 additions and 131 deletions
|
|
@ -91,7 +91,7 @@ public:
|
|||
VoiceProduct {"jb", "JB", false, false, false, "Retrieving price..." } });
|
||||
}
|
||||
|
||||
~VoicePurchases()
|
||||
~VoicePurchases() override
|
||||
{
|
||||
InAppPurchases::getInstance()->removeListener (this);
|
||||
}
|
||||
|
|
@ -516,7 +516,7 @@ public:
|
|||
#endif
|
||||
}
|
||||
|
||||
~InAppPurchasesDemo()
|
||||
~InAppPurchasesDemo() override
|
||||
{
|
||||
dm.closeAudioDevice();
|
||||
dm.removeAudioCallback (&player);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue