X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/60995b1933ff94757d2d29629f324d16070de1ea..e483fbc3e51aca90ff4abc5347862173366c40ef:/include/stg/utime.h

diff --git a/include/stg/utime.h b/include/stg/utime.h
index fe6b3f69..853b3db1 100644
--- a/include/stg/utime.h
+++ b/include/stg/utime.h
@@ -46,7 +46,7 @@ struct UTIME: public timeval
     tv_usec = 0;
     }
 
-    UTIME(time_t t)
+    explicit UTIME(time_t t)
     {
     tv_sec = t;
     tv_usec = 0;