Browse Source

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

tags/2021-05-28
Lukasz Kozakiewicz 8 years ago
parent
commit
e4bfb4f96f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/InAppPurchase/Source/Main.cpp

+ 1
- 1
examples/InAppPurchase/Source/Main.cpp 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.


Loading…
Cancel
Save