aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-21 17:08:23 -0600
committermegamage <none@none>2009-02-21 17:08:23 -0600
commit76abeb571007953154a2ad34fbe7ffbdaeecec61 (patch)
treeca84096474f81766e7510f5de63359c930090479 /src
parentc8d63324810c7aa02d35bd5cb0c3c71691912737 (diff)
[7319] Fixed compile on Unix systems. Author: ApoC
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/GridNotifiers.h2
-rw-r--r--src/shared/revision_nr.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/game/GridNotifiers.h b/src/game/GridNotifiers.h
index 87a71d54d21..bfc8b58a6d9 100644
--- a/src/game/GridNotifiers.h
+++ b/src/game/GridNotifiers.h
@@ -1032,7 +1032,7 @@ namespace Trinity
public:
explicit LocalizedPacketDo(Builder& builder) : i_builder(builder) {}
- LocalizedPacketDo::~LocalizedPacketDo()
+ ~LocalizedPacketDo()
{
for(int i = 0; i < i_data_cache.size(); ++i)
delete i_data_cache[i];
diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h
index 0116cf33dab..cb62d4285c0 100644
--- a/src/shared/revision_nr.h
+++ b/src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
- #define REVISION_NR "7318"
+ #define REVISION_NR "7319"
#endif // __REVISION_NR_H__