[Lemon-commits] Alpar Juttner: Fix missing 'inline' specifier in...

Lemon HG hg at lemon.cs.elte.hu
Thu Mar 5 12:26:19 CET 2009


details:   http://lemon.cs.elte.hu/hg/lemon/rev/097d7c4634ea
changeset: 570:097d7c4634ea
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Thu Mar 05 06:51:53 2009 +0000
description:
	Fix missing 'inline' specifier in time_measure.h (#239)

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
lemon/time_measure.h |    2 +-

diffs (12 lines):

diff --git a/lemon/time_measure.h b/lemon/time_measure.h
--- a/lemon/time_measure.h
+++ b/lemon/time_measure.h
@@ -202,7 +202,7 @@
     double realTime() const {return rtime;}
   };
 
-  TimeStamp operator*(double b,const TimeStamp &t)
+  inline TimeStamp operator*(double b,const TimeStamp &t)
   {
     return t*b;
   }



More information about the Lemon-commits mailing list