[vmkit-commits] [vmkit] r83725 - /vmkit/branches/release_026/include/mvm/GC/GC.h

Nicolas Geoffray nicolas.geoffray at lip6.fr
Sat Oct 10 12:48:14 PDT 2009


Author: geoffray
Date: Sat Oct 10 14:48:14 2009
New Revision: 83725

URL: http://llvm.org/viewvc/llvm-project?rev=83725&view=rev
Log:
Remove MacOS warning.


Modified:
    vmkit/branches/release_026/include/mvm/GC/GC.h

Modified: vmkit/branches/release_026/include/mvm/GC/GC.h
URL: http://llvm.org/viewvc/llvm-project/vmkit/branches/release_026/include/mvm/GC/GC.h?rev=83725&r1=83724&r2=83725&view=diff

==============================================================================
--- vmkit/branches/release_026/include/mvm/GC/GC.h (original)
+++ vmkit/branches/release_026/include/mvm/GC/GC.h Sat Oct 10 14:48:14 2009
@@ -99,6 +99,7 @@
 class StackScanner {
 public:
   virtual void scanStack(mvm::Thread* th) = 0;
+  virtual ~StackScanner() {}
 };
 
 class UnpreciseStackScanner : public StackScanner {





More information about the vmkit-commits mailing list