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); }; /////////////////////////////////////