App::I static singleton to pointer
This commit is contained in:
@@ -75,7 +75,7 @@ void LogRemote::net_close()
|
||||
void LogRemote::file_init()
|
||||
{
|
||||
if (!m_logfile.is_open())
|
||||
m_logfile.open(App::I.data_path + "/panopainter-log.txt");
|
||||
m_logfile.open(App::I->data_path + "/panopainter-log.txt");
|
||||
}
|
||||
void LogRemote::file_close()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user