mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
Fix initializer in EntitiesBackupHandler
This commit is contained in:
parent
b6240e8622
commit
f2b6823748
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class EntitiesBackupHandler {
|
|||
public:
|
||||
EntitiesBackupHandler(QString entitiesFilePath, QString entitiesReplacementFilePath)
|
||||
: _entitiesFilePath(entitiesFilePath)
|
||||
, _entitiesReplacementFilePath {}
|
||||
, _entitiesReplacementFilePath(entitiesReplacementFilePath) {}
|
||||
|
||||
void loadBackup(QuaZip& zip) {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue