From 76abeb571007953154a2ad34fbe7ffbdaeecec61 Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 21 Feb 2009 17:08:23 -0600 Subject: [7319] Fixed compile on Unix systems. Author: ApoC --HG-- branch : trunk --- src/game/GridNotifiers.h | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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__ -- cgit v1.2.3