diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-09-23 12:28:15 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-09-23 12:28:15 +0300 |
commit | f51c6608e1eb6cc5c05e97a558f48bc9fc6ea746 (patch) | |
tree | 8d706df8c4dec09fdac3fdbed70d8607d211b87a /indra | |
parent | 74f8fd572164ba84f3b4e47a83c93b56f6fc91fc (diff) |
Revert "SL-13814 mac build fix"
This reverts commit 85d90ce6bda00f1cb6fc8f0a75e739f1273843b3.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaterbuycurrency.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterbuycurrency.cpp b/indra/newview/llfloaterbuycurrency.cpp index b183ba6912..b039475389 100644 --- a/indra/newview/llfloaterbuycurrency.cpp +++ b/indra/newview/llfloaterbuycurrency.cpp @@ -44,6 +44,7 @@ #include "llwindow.h" #include "llappviewer.h" +static const S32 STANDARD_BUY_AMOUNT = 2000; static const S32 MINIMUM_BALANCE_AMOUNT = 0; class LLFloaterBuyCurrencyUI |