diff options
| author | Sean Callanan <scallanan@apple.com> | 2009-07-27 19:45:28 +0000 |
|---|---|---|
| committer | Sean Callanan <scallanan@apple.com> | 2009-07-27 19:45:28 +0000 |
| commit | 83154cf240047439f59dabe8b74b032cef982ced (patch) | |
| tree | a7d9b5f5c21d6c54a61a5c67ab1983e021ef1628 | |
| parent | 038e6efdda87f4fed9e71bfc8f8a6e9cfdd04291 (diff) | |
| download | bcm5719-llvm-83154cf240047439f59dabe8b74b032cef982ced.tar.gz bcm5719-llvm-83154cf240047439f59dabe8b74b032cef982ced.zip | |
Thanks, Bill!
llvm-svn: 77240
| -rw-r--r-- | llvm/include/llvm/Support/MemoryObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/MemoryObject.h b/llvm/include/llvm/Support/MemoryObject.h index 8368965b9c9..fd0e966bc9c 100644 --- a/llvm/include/llvm/Support/MemoryObject.h +++ b/llvm/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. |

