From 640c2d2674fb82b58d533e2afe40cf5a98a526db Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 10 Aug 1999 00:13:57 +0000 Subject: [PATCH] make prototype match implementation --- src/libCom/osiTime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/osiTime.h b/src/libCom/osiTime.h index 9eb37b6a0..3625b9135 100644 --- a/src/libCom/osiTime.h +++ b/src/libCom/osiTime.h @@ -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); }; /////////////////////////////////////