From 838f49b7a5e8a1da48ee8952352c873f69630f48 Mon Sep 17 00:00:00 2001
From: Mnikolenko Productengine <mnikolenko@productengine.com>
Date: Wed, 7 Oct 2020 15:18:57 +0300
Subject: SL-14067 minor cleanup

---
 indra/newview/llcurrencyuimanager.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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()
-- 
cgit v1.2.3