diff options
Diffstat (limited to 'indra/newview')
-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 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() |