X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=accesslog.h;h=9eae365511c914c4da780fa51d89dc74fb2e02d2;hp=0ef5c753ef4c433c9ba1411d5195ce15f87085aa;hb=f0621e41fdb96ce1bd58e7561e0aa76345072ba3;hpb=5cd46e39b4063d94f6dc559ae350beeb8406a8f9 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;