aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/Support/Annotation.h2
-rw-r--r--include/llvm/Support/Annotation.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/Support/Annotation.h b/include/Support/Annotation.h
index 9bd442a6c9..efca20a3ec 100644
--- a/include/Support/Annotation.h
+++ b/include/Support/Annotation.h
@@ -95,7 +95,7 @@ class Annotable {
void operator=(const Annotable &); // Do not implement
public:
Annotable() : AnnotationList(0) {}
- virtual ~Annotable(); // Virtual because it's designed to be subclassed...
+ ~Annotable();
// getAnnotation - Search the list for annotations of the specified ID. The
// pointer returned is either null (if no annotations of the specified ID
diff --git a/include/llvm/Support/Annotation.h b/include/llvm/Support/Annotation.h
index 9bd442a6c9..efca20a3ec 100644
--- a/include/llvm/Support/Annotation.h
+++ b/include/llvm/Support/Annotation.h
@@ -95,7 +95,7 @@ class Annotable {
void operator=(const Annotable &); // Do not implement
public:
Annotable() : AnnotationList(0) {}
- virtual ~Annotable(); // Virtual because it's designed to be subclassed...
+ ~Annotable();
// getAnnotation - Search the list for annotations of the specified ID. The
// pointer returned is either null (if no annotations of the specified ID