summaryrefslogtreecommitdiffstats
path: root/src/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.h b/src/index.h
index bf2c737..cb782c4 100644
--- a/src/index.h
+++ b/src/index.h
@@ -97,9 +97,9 @@ enum ClassMemberHighlight
CMHL_Typedefs,
CMHL_Enums,
CMHL_EnumValues,
- CMHL_Related,
CMHL_Properties,
CMHL_Events,
+ CMHL_Related,
CMHL_Total = CMHL_Events+1
};