Fix LOG_BASE def

This commit is contained in:
Shawn Chain 2018-10-05 20:31:35 +08:00
parent 69f5532e45
commit c4641b0356

View file

@ -50,7 +50,7 @@ const wxChar* LOGDIR_OPTION = wxT("logdir");
const wxChar* CONFDIR_OPTION = wxT("confdir");
const wxChar* DAEMON_SWITCH = wxT("daemon");
const wxString LOG_BASE_NAME = wxT("LOG_BASE");
const wxString LOG_BASE_NAME = wxT(LOG_BASE);
static CIRCDDBGatewayAppD* m_gateway = NULL;