summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
Diffstat (limited to 'fastos')
-rw-r--r--fastos/src/vespa/fastos/unix_time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fastos/src/vespa/fastos/unix_time.h b/fastos/src/vespa/fastos/unix_time.h
index adb952f1f68..82254c98f8d 100644
--- a/fastos/src/vespa/fastos/unix_time.h
+++ b/fastos/src/vespa/fastos/unix_time.h
@@ -57,6 +57,8 @@ public:
SetMilliSecs(s * 1000.0);
}
+ FastOS_UNIX_Time(const FastOS_UNIX_Time &rhs) = default;
+
operator fastos::TimeStamp () {
return fastos::TimeStamp(_time);
}