removed inline from "osiTime::operator +"

This commit is contained in:
Jeff Hill
1999-08-05 17:33:32 +00:00
parent 2596f1d05b
commit 67fc67f121
+1 -1
View File
@@ -361,7 +361,7 @@ void osiTime::show (unsigned) const
//
// rhs has units seconds
//
inline osiTime osiTime::operator + (const long double &rhs) const
osiTime osiTime::operator + (const long double &rhs) const
{
unsigned long newSec, newNSec, secOffset, nSecOffset;
long double fnsec;