diff options
-rw-r--r-- | clang/include/clang/AST/ASTImporter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/ASTImporter.h b/clang/include/clang/AST/ASTImporter.h index 50eda635bf8..490b34bf95e 100644 --- a/clang/include/clang/AST/ASTImporter.h +++ b/clang/include/clang/AST/ASTImporter.h @@ -64,7 +64,7 @@ class TypeSourceInfo; ImportError(const ImportError &Other) : Error(Other.Error) {} ImportError &operator=(const ImportError &Other) { Error = Other.Error; - return *this, + return *this; } ImportError(ErrorKind Error) : Error(Error) { } |