X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=thread.h;h=09e2754dd4760ca598f25e145ec250be0473ffcc;hp=728df27cd38002881f5270315344c1616307fc42;hb=a0fe013448d188b324c00383cfd91695d9d3d076;hpb=26fe3ab755034ea3be8321ec0af548670f8c3bd8 diff --git a/thread.h b/thread.h index 728df27..09e2754 100644 --- a/thread.h +++ b/thread.h @@ -32,7 +32,7 @@ protected: // the file descriptor. // // If fd is -1, wait until a wakeup or timeout. - // if timeout_ts is NULL, there is no timeout. + // if timeout_ts is nullptr, there is no timeout. bool wait_for_activity(int fd, short events, const timespec *timeout_ts); // Wait until a wakeup.