aboutsummaryrefslogtreecommitdiffstats
path: root/lib/psitime.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/psitime.cc')
-rw-r--r--lib/psitime.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psitime.cc b/lib/psitime.cc
index da96bb3..07b2d5a 100644
--- a/lib/psitime.cc
+++ b/lib/psitime.cc
@@ -63,7 +63,7 @@ PsiTime::PsiTime(const u_int32_t _ptvHi, const u_int32_t _ptvLo) {
psi2unix();
}
-PsiTime::PsiTime(struct timeval *_utv = 0L, struct timezone *_utz = 0L) {
+PsiTime::PsiTime(struct timeval *_utv, struct timezone *_utz = 0L) {
if (_utv != 0L)
utv = *_utv;
if (_utz != 0L)