From 1abcfce7169f5377b38775c018d724017e224fae Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Mon, 27 Jul 2009 19:45:28 +0000 Subject: Thanks, Bill! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77240 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/MemoryObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/Support/MemoryObject.h') 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. -- cgit v1.2.3