[llvm-commits] [llvm] r77240 - /llvm/trunk/include/llvm/Support/MemoryObject.h

Sean Callanan scallanan at apple.com
Mon Jul 27 12:45:29 PDT 2009


Author: spyffe
Date: Mon Jul 27 14:45:28 2009
New Revision: 77240

URL: http://llvm.org/viewvc/llvm-project?rev=77240&view=rev
Log:
Thanks, Bill!

Modified:
    llvm/trunk/include/llvm/Support/MemoryObject.h

Modified: llvm/trunk/include/llvm/Support/MemoryObject.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/MemoryObject.h?rev=77240&r1=77239&r2=77240&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/MemoryObject.h (original)
+++ llvm/trunk/include/llvm/Support/MemoryObject.h Mon Jul 27 14:45:28 2009
@@ -20,7 +20,7 @@
 class MemoryObject {
 public:
   /// Destructor      - Override as necessary.
-  ~MemoryObject() {
+  virtual ~MemoryObject() {
   }
   
   /// getBase         - Returns the lowest valid address in the region.





More information about the llvm-commits mailing list