diff options
Diffstat (limited to 'src/index.h')
-rw-r--r-- | src/index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.h b/src/index.h index 89b8179..2b76a02 100644 --- a/src/index.h +++ b/src/index.h @@ -104,7 +104,7 @@ enum ClassMemberHighlight CMHL_Properties, CMHL_Events, CMHL_Related, - CMHL_Total = CMHL_Events+1 + CMHL_Total = CMHL_Related+1 }; enum FileMemberHighlight |