summaryrefslogtreecommitdiff
path: root/include/llvm/Support/MemoryObject.h
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2009-07-27 19:45:28 +0000
committerSean Callanan <scallanan@apple.com>2009-07-27 19:45:28 +0000
commit1abcfce7169f5377b38775c018d724017e224fae (patch)
treeac1c768675c03242b642e9232f18267855932c96 /include/llvm/Support/MemoryObject.h
parent42286562ef744d1737708852400432bd50878310 (diff)
downloadllvm-1abcfce7169f5377b38775c018d724017e224fae.tar.gz
llvm-1abcfce7169f5377b38775c018d724017e224fae.tar.bz2
llvm-1abcfce7169f5377b38775c018d724017e224fae.tar.xz
Thanks, Bill!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77240 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/MemoryObject.h')
-rw-r--r--include/llvm/Support/MemoryObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/MemoryObject.h b/include/llvm/Support/MemoryObject.h
index 8368965b9c..fd0e966bc9 100644
--- a/include/llvm/Support/MemoryObject.h
+++ b/include/llvm/Support/MemoryObject.h
@@ -20,7 +20,7 @@ namespace llvm {
class MemoryObject {
public:
/// Destructor - Override as necessary.
- ~MemoryObject() {
+ virtual ~MemoryObject() {
}
/// getBase - Returns the lowest valid address in the region.