From e4bfb4f96f0ddbbd545dc2d1757cbded4fd7f8f6 Mon Sep 17 00:00:00 2001 From: Lukasz Kozakiewicz Date: Tue, 17 Oct 2017 16:22:53 +0200 Subject: [PATCH] InAppPurchases: fix the demo app after the latest changes to StringArray. --- examples/InAppPurchase/Source/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/InAppPurchase/Source/Main.cpp b/examples/InAppPurchase/Source/Main.cpp index d2dd5c3ba6..b35f87cc74 100644 --- a/examples/InAppPurchase/Source/Main.cpp +++ b/examples/InAppPurchase/Source/Main.cpp @@ -419,7 +419,7 @@ private: ScopedPointer 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.