X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=accesslog.h;h=9eae365511c914c4da780fa51d89dc74fb2e02d2;hb=a0fe013448d188b324c00383cfd91695d9d3d076;hp=0ef5c753ef4c433c9ba1411d5195ce15f87085aa;hpb=26fe3ab755034ea3be8321ec0af548670f8c3bd8;p=cubemap diff --git a/accesslog.h b/accesslog.h index 0ef5c75..9eae365 100644 --- a/accesslog.h +++ b/accesslog.h @@ -29,7 +29,7 @@ public: private: virtual void do_work(); - // The file we are logging to. If NULL, do not log. + // The file we are logging to. If nullptr, do not log. FILE *logfp; std::string filename;