mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-02 03:16:11 -04:00
memory manager cleanup and removal
This commit is contained in:
@@ -10,12 +10,10 @@
|
||||
|
||||
#include "serverDatabase/Persister.h"
|
||||
#include "serverDatabase/Snapshot.h"
|
||||
#include "sharedFoundation/NetworkIdArchive.h" //TODO: Windows build breaks without this. Why? Makes no sense.
|
||||
|
||||
// ======================================================================
|
||||
|
||||
TaskSaveSnapshot::TaskSaveSnapshot(Snapshot *snapshot) :
|
||||
m_snapshot(snapshot)
|
||||
TaskSaveSnapshot::TaskSaveSnapshot(Snapshot *snapshot) : m_snapshot(snapshot)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user