summaryrefslogtreecommitdiff
path: root/indra/newview/llcurrencyuimanager.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2020-10-07 15:18:57 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2020-10-07 15:18:57 +0300
commit2ae6df6095242c12e31774cfe044c447b5987c6c (patch)
treed23330803b728443cabc8e32e42b7bd8525ed4c1 /indra/newview/llcurrencyuimanager.cpp
parent4afbe638d9965578d53822300e41b00155df5386 (diff)
SL-14067 minor cleanup
Diffstat (limited to 'indra/newview/llcurrencyuimanager.cpp')
-rw-r--r--indra/newview/llcurrencyuimanager.cpp2
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()