Fix compiler error

This commit is contained in:
Kawe Mazidjatari 2022-05-27 22:31:12 +02:00
parent facee1a871
commit 83c57fbd99

View File

@ -39,7 +39,7 @@ private:
///////////////////////////////////////////////////////////////////////////
char m_szInputBuf[512] = { '\0' };
char m_szSummary[256] = { '\0' };
const char* m_pszConsoleTitle = { '\0' };
const char* m_pszConsoleTitle = nullptr;
vector<string> m_vsvCommands;
vector<string> m_vsvHistory;