[7319] Fixed compile on Unix systems. Author: ApoC

--HG--
branch : trunk
This commit is contained in:
megamage
2009-02-21 17:08:23 -06:00
parent c8d6332481
commit 76abeb5710
2 changed files with 2 additions and 2 deletions

View File

@@ -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];

View File

@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7318"
#define REVISION_NR "7319"
#endif // __REVISION_NR_H__