Thanks, Bill!

llvm-svn: 77240
This commit is contained in:
Sean Callanan 2009-07-27 19:45:28 +00:00
parent 038e6efdda
commit 83154cf240
1 changed files with 1 additions and 1 deletions

View File

@ -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.