diff options
-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() |