Fixed compile errors for gcc4.7 (also reported by clang)

This commit is contained in:
Lirusaito
2012-04-28 21:29:52 -04:00
parent 4799899317
commit 8e6063e7b9
11 changed files with 35 additions and 32 deletions

View File

@@ -32,8 +32,8 @@
#include "net.h"
#include "message.h"
namespace boost
{
//namespace boost
//{
void intrusive_ptr_add_ref(LLRegionPresenceVerifier::Response* p)
{
++p->mReferenceCount;
@@ -46,7 +46,7 @@ namespace boost
delete p;
}
}
};
//};
LLRegionPresenceVerifier::Response::~Response()
{