Browse Source

Fixed DLL compilation of juce_tracktion_marketplace

tags/2021-05-28
tpoole 9 years ago
parent
commit
fd86a73407
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockForm.cpp

+ 2
- 0
modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockForm.cpp View File

@@ -112,6 +112,8 @@ struct OnlineUnlockForm::OverlayComp : public Component,
Spinner spinner;
OnlineUnlockStatus::UnlockResult result;
String email, password;
JUCE_LEAK_DETECTOR (OnlineUnlockForm::OverlayComp)
};
static juce_wchar getDefaultPasswordChar() noexcept


Loading…
Cancel
Save