diff options
author | megamage <none@none> | 2009-02-21 17:08:23 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-21 17:08:23 -0600 |
commit | 76abeb571007953154a2ad34fbe7ffbdaeecec61 (patch) | |
tree | ca84096474f81766e7510f5de63359c930090479 /src | |
parent | c8d63324810c7aa02d35bd5cb0c3c71691912737 (diff) |
[7319] Fixed compile on Unix systems. Author: ApoC
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/GridNotifiers.h | 2 | ||||
-rw-r--r-- | src/shared/revision_nr.h | 2 |
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__ |