diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-10-06 15:56:11 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-10-06 15:56:11 +0300 |
commit | 4afbe638d9965578d53822300e41b00155df5386 (patch) | |
tree | 7c1d077e548eea6d955feb8fb3e01db65c8fb08a /indra/newview/llcurrencyuimanager.h | |
parent | 71537daefda469c390b10f48bd01c9a2d59b8624 (diff) |
SL-14067 FIXED The 'Unable to Buy' (L$) error persists until relogin
Diffstat (limited to 'indra/newview/llcurrencyuimanager.h')
-rw-r--r-- | indra/newview/llcurrencyuimanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llcurrencyuimanager.h b/indra/newview/llcurrencyuimanager.h index 3f37db8db1..7c05acbb05 100644 --- a/indra/newview/llcurrencyuimanager.h +++ b/indra/newview/llcurrencyuimanager.h @@ -80,6 +80,8 @@ public: bool buying(); // are we in the process of buying? bool bought(); // did the buy() transaction complete successfully + void clearError(); + bool hasError(); std::string errorMessage(); std::string errorURI(); |