aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/console_listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/console_listener.h')
-rw-r--r--src/common/console_listener.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/console_listener.h b/src/common/console_listener.h
index 3c0e420c..ebd90a10 100644
--- a/src/common/console_listener.h
+++ b/src/common/console_listener.h
@@ -26,7 +26,7 @@ public:
#ifdef _WIN32
COORD GetCoordinates(int BytesRead, int BufferWidth);
#endif
- void Log(LogTypes::LOG_LEVELS, const char *Text);
+ void Log(LogTypes::LOG_LEVELS, const char *Text) override;
void ClearScreen(bool Cursor = true);
private: