1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

InAppPurchases: fix the demo app after the latest changes to StringArray.

This commit is contained in:
Lukasz Kozakiewicz 2017-10-17 16:22:53 +02:00
parent 1dd687eeb9
commit e4bfb4f96f

View file

@ -419,7 +419,7 @@ private:
ScopedPointer<AlertWindow> alertWindow;
};
StringArray InAppPurchaseApplication::MainContentComponent::PhraseModel::phrases {{"I love JUCE!", "The five dimensions of touch", "Make it fast!"}};
StringArray InAppPurchaseApplication::MainContentComponent::PhraseModel::phrases {"I love JUCE!", "The five dimensions of touch", "Make it fast!"};
//==============================================================================
// This macro generates the main() routine that launches the app.