summaryrefslogtreecommitdiffstats
path: root/source/Core/Error.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Core/Error.cpp')
-rw-r--r--source/Core/Error.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Core/Error.cpp b/source/Core/Error.cpp
index 03cfd41..5b0bbe2 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();
}
OpenPOWER on IntegriCloud