Bump version number. Remove bogus copyright line. Don't distribute the kdevelop proje...
[synfig.git] / ETL / trunk / ETL / _clock_gettimeofday.h
index 8626c73..ab6a770 100644 (file)
@@ -87,7 +87,7 @@ protected:
                        return ret;
                }
 
-               inline timestamp &operator+(timestamp rhs)const
+               inline timestamp operator+(timestamp rhs)const
                {
                        rhs.tv_usec+=tv_usec;