summaryrefslogtreecommitdiff
path: root/UnityCore
diff options
Diffstat (limited to 'UnityCore')
-rw-r--r--UnityCore/Scope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnityCore/Scope.h b/UnityCore/Scope.h
index 7c06c285b..3be56a4c8 100644
--- a/UnityCore/Scope.h
+++ b/UnityCore/Scope.h
@@ -36,7 +36,7 @@ namespace dash
typedef enum
{
G_SCOPE_ERROR_NO_ACTIVATION_HANDLER = (1 << 0),
- G_SCOPE_ERROR_INVALID_PREVIEW = (2 << 0)
+ G_SCOPE_ERROR_INVALID_PREVIEW = (1 << 1)
} GScopeError;
GQuark