imgtools/romtools/rombuild/r_mromimage.h
changeset 708 0757c2976f96
parent 694 c3fbb20e86f0
--- a/imgtools/romtools/rombuild/r_mromimage.h	Mon Nov 29 15:29:25 2010 +0800
+++ b/imgtools/romtools/rombuild/r_mromimage.h	Mon Nov 29 15:37:06 2010 +0800
@@ -44,9 +44,7 @@
 	virtual TUint32 DataRunAddress() const = 0 ;
 	virtual TUint32 RomAlign() const = 0 ;
  
-#ifdef __LINUX__
 	virtual ~MRomImage() { };
-#endif
 };
 
 #endif //__R_MROMIMAGE_H__