[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : alex
Repository : xara
Revision : 1182
Date : Tue May 23 19:17:01 BST 2006
Changed paths:
M /Trunk/XaraLX/wxOil/outptdib.h
M /Trunk/XaraLX/wxOil/outptgif.h
Fix build warnings
Diff:
Index: Trunk/XaraLX/wxOil/outptgif.h
===================================================================
--- Trunk/XaraLX/wxOil/outptgif.h (revision 1181)
+++ Trunk/XaraLX/wxOil/outptgif.h (revision 1182)
@@ -162,6 +162,7 @@
public:
OutputGIF();
+ virtual ~OutputGIF() {}
virtual BOOL StartFile( LPBITMAPINFOHEADER lpHeader, LPLOGPALETTE Palette, UINT32 OutputDepth, DWORD CompressionType,
UINT32 FinalHeight, INT32 ExportSize, UINT32 DitherType);
Index: Trunk/XaraLX/wxOil/outptdib.h
===================================================================
--- Trunk/XaraLX/wxOil/outptdib.h (revision 1181)
+++ Trunk/XaraLX/wxOil/outptdib.h (revision 1182)
@@ -124,6 +124,7 @@
public:
OutputDIB();
+ virtual ~OutputDIB() {}
virtual BOOL StartFile( CCLexFile *File, LPBITMAPINFOHEADER lpHeader, LPLOGPALETTE Palette,
UINT32 OutputDepth, DWORD CompressionType,
Xara