[Sumover-dev] [svn commit] r4690 - vic/branches/cc/cc

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Sat Mar 13 14:02:36 GMT 2010


Author: soohyunc
Date: Sat Mar 13 14:02:36 2010
New Revision: 4690

Modified:
   vic/branches/cc/cc/tfwc_sndr.h

Log:
added virtual destructor to avoid a warning message:
class  has virtual functions but non-virtual destructor



Modified: vic/branches/cc/cc/tfwc_sndr.h
==============================================================================
--- vic/branches/cc/cc/tfwc_sndr.h	(original)
+++ vic/branches/cc/cc/tfwc_sndr.h	Sat Mar 13 14:02:36 2010
@@ -76,6 +76,7 @@
 public:
 	// constructor
 	TfwcSndr();
+	virtual ~TfwcSndr() {};
 
 	virtual void cc_tfwc_output() = 0;
 



More information about the Sumover-dev mailing list