fix(Logger): Lost bracket

This commit is contained in:
Yimura 2021-05-21 12:48:30 +02:00
parent ecac78c493
commit b185dbd561
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -53,7 +53,7 @@ namespace big
explicit logger() :
m_file_path(std::getenv("appdata")),
m_worker(g3::LogWorker::createLogWorker())
{
m_file_path /= "BigBaseV2";
std::filesystem::path m_backup_path = m_file_path;
m_backup_path /= "Backup";