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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Tue Mar 16 01:53:56 GMT 2010


Author: soohyunc
Date: Tue Mar 16 01:53:56 2010
New Revision: 4695

Modified:
   vic/branches/cc/module.h

Log:
standard way of declaring virtual method.



Modified: vic/branches/cc/module.h
==============================================================================
--- vic/branches/cc/module.h	(original)
+++ vic/branches/cc/module.h	Tue Mar 16 01:53:56 2010
@@ -125,7 +125,7 @@
 
 	double offset_;
 	inline double offset() { return offset_; }
-	virtual inline bool suspend_grabbing() {};
+	virtual bool suspend_grabbing() const {};
 
     protected:
 	Module(int ft);



More information about the Sumover-dev mailing list