From 3910fc4898a7c09352b84c3351942a622c84d445 Mon Sep 17 00:00:00 2001 From: ApoC Date: Sat, 21 Feb 2009 11:53:37 +0100 Subject: [PATCH] [7319] Fixed compile on Unix systems. Signed-off-by: ApoC --- src/game/GridNotifiers.h | 2 +- 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 7078bea9d..57fe8dd95 100644 --- a/src/game/GridNotifiers.h +++ b/src/game/GridNotifiers.h @@ -848,7 +848,7 @@ namespace MaNGOS 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 0116cf33d..cb62d4285 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__