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.