diff options
Diffstat (limited to 'source/Core/Error.cpp')
| -rw-r--r-- | source/Core/Error.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Core/Error.cpp b/source/Core/Error.cpp index 03cfd41b288d..5b0bbe273603 100644 --- a/source/Core/Error.cpp +++ b/source/Core/Error.cpp @@ -146,7 +146,7 @@ void  Error::Clear ()  {      m_code = 0; -    m_type = eErrorTypeGeneric; +    m_type = eErrorTypeInvalid;      m_string.clear();  }  | 
