diff options
-rw-r--r-- | clang/include/clang/AST/Comment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/Comment.h b/clang/include/clang/AST/Comment.h index 3df8fb13385..e631f38b059 100644 --- a/clang/include/clang/AST/Comment.h +++ b/clang/include/clang/AST/Comment.h @@ -185,7 +185,7 @@ public: /// A command with word-like arguments that is considered inline content. class InlineCommandComment : public InlineContentComment { public: - struct Argument { + struct Argument { SourceRange Range; StringRef Text; |