diff options
Diffstat (limited to 'web/apache/log')
-rw-r--r-- | web/apache/log | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/apache/log b/web/apache/log index 8464763..0e39420 100644 --- a/web/apache/log +++ b/web/apache/log @@ -27,7 +27,7 @@ namespace web write (int level, const char* msg) {write (nullptr, 0, level, msg);} void - write (const char* file, uint64_t line, int level, const char* msg); + write (const char* file, std::uint64_t line, int level, const char* msg); private: // ... |