summaryrefslogtreecommitdiff
path: root/indra/llui/llui.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llui.h')
-rw-r--r--indra/llui/llui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llui.h b/indra/llui/llui.h
index 0ba1406d0b..373a358544 100644
--- a/indra/llui/llui.h
+++ b/indra/llui/llui.h
@@ -79,7 +79,7 @@ enum EDragAndDropType
DAD_MATERIAL = 19,
DAD_GLTF = 20,
DAD_GLTF_BIN = 21,
-
+
DAD_COUNT = 22, // number of types in this enum
};
@@ -237,7 +237,7 @@ public:
private:
- S32 mValue;
+ S32 mValue{ 0 };
};
//