mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-01-03 23:09:57 +01:00
Fix LOG_BASE def
This commit is contained in:
parent
69f5532e45
commit
c4641b0356
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue