X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/b3139bf3f37b3b0244efea8b4b5e5a7d0bc90095..46d0fa38003ef0b122fea77dfaa252fa832cb5a3:/include/stg/utime.h?ds=inline

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;