Index: include/clang/Parse/Parser.h |
=================================================================== |
--- include/clang/Parse/Parser.h (revision 100731) |
+++ include/clang/Parse/Parser.h (working copy) |
@@ -1354,7 +1354,7 @@ |
//===--------------------------------------------------------------------===// |
// C++ 9: classes [class] and C structs/unions. |
TypeResult ParseClassName(SourceLocation &EndLocation, |
- const CXXScopeSpec *SS = 0); |
+ CXXScopeSpec *SS = 0); |
void ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation TagLoc, |
DeclSpec &DS, |
const ParsedTemplateInfo &TemplateInfo = ParsedTemplateInfo(), |