diff options
Diffstat (limited to 'src/logger.h')
-rw-r--r-- | src/logger.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/logger.h b/src/logger.h index ba1aa3f29..d288d7c8d 100644 --- a/src/logger.h +++ b/src/logger.h @@ -120,8 +120,8 @@ class Logger final void dlog(const std::string &str); void dlog2(const std::string &str, - const int pos, - const char* const comment); + const int pos, + const char* const comment); #endif void setDebugLog(const bool n) |