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:
parent
1dd687eeb9
commit
e4bfb4f96f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue