diff options
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r-- | clang/include/clang-c/Index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index b8314814d6d..e0c623e883d 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -2481,7 +2481,7 @@ enum CXVisibilityKind { /** \brief Symbol seen by the linker but resolves to a symbol inside this object. */ CXVisibility_Protected, /** \brief Symbol seen by the linker and acts like a normal symbol. */ - CXVisibility_Default, + CXVisibility_Default }; CINDEX_LINKAGE enum CXVisibilityKind clang_getCursorVisibility(CXCursor cursor); |