diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-10-07 15:18:57 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-10-07 15:18:57 +0300 |
commit | 2ae6df6095242c12e31774cfe044c447b5987c6c (patch) | |
tree | d23330803b728443cabc8e32e42b7bd8525ed4c1 /indra/newview/llcurrencyuimanager.cpp | |
parent | 4afbe638d9965578d53822300e41b00155df5386 (diff) |
SL-14067 minor cleanup
Diffstat (limited to 'indra/newview/llcurrencyuimanager.cpp')
-rw-r--r-- | indra/newview/llcurrencyuimanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcurrencyuimanager.cpp b/indra/newview/llcurrencyuimanager.cpp index 731b2dbcdb..232e461fd0 100644 --- a/indra/newview/llcurrencyuimanager.cpp +++ b/indra/newview/llcurrencyuimanager.cpp @@ -606,7 +606,7 @@ bool LLCurrencyUIManager::bought() void LLCurrencyUIManager::clearError() { - return impl.clearError(); + impl.clearError(); } bool LLCurrencyUIManager::hasError() |