1
0
Fork 0
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:
reuk 2020-03-19 19:20:18 +00:00
parent 12765e3761
commit bbd2184e3b
13 changed files with 102 additions and 131 deletions

View file

@ -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);