diff options
Diffstat (limited to 'indra/llcommon')
| -rw-r--r-- | indra/llcommon/llsingleton.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/llcommon/llsingleton.cpp b/indra/llcommon/llsingleton.cpp index 356b896163..2439a6b5fd 100644 --- a/indra/llcommon/llsingleton.cpp +++ b/indra/llcommon/llsingleton.cpp @@ -135,8 +135,8 @@ public:          {              if (! mList)              { -                LLTHROW(std::runtime_error("Trying to use LockedInitializing " -                                           "after cleanup_initializing()")); +                LLTHROW(LLException("Trying to use LockedInitializing " +                                    "after cleanup_initializing()"));              }              return *mList;          } | 
