aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/Type.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/AST/Type.h')
-rw-r--r--include/clang/AST/Type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Type.h b/include/clang/AST/Type.h
index 203d13b09f..a49c83cf1d 100644
--- a/include/clang/AST/Type.h
+++ b/include/clang/AST/Type.h
@@ -807,7 +807,7 @@ protected:
: CanonicalType(Canonical.isNull() ? QualType(this_(), 0) : Canonical),
TC(tc), Dependent(dependent), LinkageKnown(false),
CachedLinkage(NoLinkage), FromPCH(false) {}
- virtual ~Type() {}
+ virtual ~Type();
friend class ASTContext;
public: