aboutsummaryrefslogtreecommitdiff
path: root/src/shared/MemoryLeaks.h
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-30 18:00:32 -0600
committermegamage <none@none>2008-12-30 18:00:32 -0600
commite1e4c40b4a43f32f24e34365766980aefcfee181 (patch)
tree4b5d77c5174cdb5d4c4252e39014bbf53eb0b000 /src/shared/MemoryLeaks.h
parent32f571506bacb097b85996e87702afbe34d26961 (diff)
Fix build in Linux.
user: Elminster --HG-- branch : trunk
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();
};