summaryrefslogtreecommitdiff
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:31:30 +0300
commit838f49b7a5e8a1da48ee8952352c873f69630f48 (patch)
tree470f6a6de08290c77858231b85ad0197abb6e41a
parent3c6237f4eb87b74c94fb99b3bab6d8dda7f6dede (diff)
SL-14067 minor cleanup
-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 2acddf0d26..d4fc1fe64d 100644
--- a/indra/newview/llcurrencyuimanager.cpp
+++ b/indra/newview/llcurrencyuimanager.cpp
@@ -605,7 +605,7 @@ bool LLCurrencyUIManager::bought()
void LLCurrencyUIManager::clearError()
{
- return impl.clearError();
+ impl.clearError();
}
bool LLCurrencyUIManager::hasError()