make prototype match implementation

This commit is contained in:
Jeff Hill
1999-08-10 00:13:57 +00:00
parent bf791d14dc
commit 640c2d2674

View File

@@ -179,7 +179,7 @@ private:
// c) it would be easy to forget which argument is nanoseconds
// and which argument is seconds (no help from compiler)
//
osiTime (unsigned long sec, unsigned long nSec);
osiTime (const unsigned long sec, const unsigned long nSec);
};
/////////////////////////////////////