[vmkit-commits] [vmkit] r83731 - /vmkit/trunk/include/mvm/GC/GC.h

Nicolas Geoffray nicolas.geoffray at lip6.fr
Sat Oct 10 13:24:36 PDT 2009


Author: geoffray
Date: Sat Oct 10 15:24:36 2009
New Revision: 83731

URL: http://llvm.org/viewvc/llvm-project?rev=83731&view=rev
Log:
Fix compilation warning on MacOSX


Modified:
    vmkit/trunk/include/mvm/GC/GC.h

Modified: vmkit/trunk/include/mvm/GC/GC.h
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/include/mvm/GC/GC.h?rev=83731&r1=83730&r2=83731&view=diff

==============================================================================
--- vmkit/trunk/include/mvm/GC/GC.h (original)
+++ vmkit/trunk/include/mvm/GC/GC.h Sat Oct 10 15:24:36 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