mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 19:39:20 +02:00
Simplify BackupHandler pattern
This commit is contained in:
parent
1120b12b8c
commit
a7ca539899
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ public:
|
|||
virtual void deleteBackup(QuaZip& zip) = 0;
|
||||
virtual void consolidateBackup(QuaZip& zip) = 0;
|
||||
};
|
||||
|
||||
using BackupHandlerPointer = std::unique_ptr<BackupHandlerInterface>;
|
||||
|
||||
#endif /* hifi_BackupHandler_h */
|
||||
|
|
Loading…
Reference in a new issue