[sword-svn] r2006 - trunk/include
dglassey at www.crosswire.org
dglassey at www.crosswire.org
Sat Nov 25 14:15:33 MST 2006
Author: dglassey
Date: 2006-11-25 14:15:32 -0700 (Sat, 25 Nov 2006)
New Revision: 2006
Modified:
trunk/include/ftptrans.h
Log:
virtual class should have a virtual destructor
Modified: trunk/include/ftptrans.h
===================================================================
--- trunk/include/ftptrans.h 2006-11-25 21:14:24 UTC (rev 2005)
+++ trunk/include/ftptrans.h 2006-11-25 21:15:32 UTC (rev 2006)
@@ -18,7 +18,8 @@
/** Class for reporting status
*/
class SWDLLEXPORT StatusReporter {
-public:
+public:
+ virtual ~StatusReporter() {};
/** Messages before stages of a batch download */
virtual void preStatus(long totalBytes, long completedBytes, const char *message);
More information about the sword-cvs
mailing list