From 2ae6df6095242c12e31774cfe044c447b5987c6c Mon Sep 17 00:00:00 2001
From: Mnikolenko Productengine <mnikolenko@productengine.com>
Date: Wed, 7 Oct 2020 15:18:57 +0300
Subject: [PATCH] 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 731b2dbcdbf..232e461fd0f 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()
-- 
GitLab