Thanks, Bill!

llvm-svn: 77240
This commit is contained in:
Sean Callanan 2009-07-27 19:45:28 +00:00
parent acb73d4897
commit 3b5de0fa36

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.