aboutsummaryrefslogtreecommitdiff
path: root/src/shared/MemoryLeaks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/MemoryLeaks.h')
-rw-r--r--src/shared/MemoryLeaks.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shared/MemoryLeaks.h b/src/shared/MemoryLeaks.h
index fceb9d6f444..9114b54a788 100644
--- a/src/shared/MemoryLeaks.h
+++ b/src/shared/MemoryLeaks.h
@@ -16,8 +16,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef MANGOSSERVER_MEMORY_H
-#define MANGOSSERVER_MEMORY_H
+#ifndef TRINITYSERVER_MEMORY_H
+#define TRINITYSERVER_MEMORY_H
#include "Platform/CompilerDefs.h"
@@ -41,7 +41,7 @@
#include "Policies/Singleton.h"
-struct MemoryManager : public MaNGOS::Singleton < MemoryManager >
+struct MemoryManager : public Trinity::Singleton < MemoryManager >
{
MemoryManager();
};