Fix compile error that somehow doesn't trigger on VS

This commit is contained in:
baldurk
2016-09-28 13:55:24 +02:00
parent 89dc093e84
commit a9e4396655
+2 -1
View File
@@ -139,7 +139,8 @@ public:
RDCERR("Resource being deleted through wrong pool - 0x%p not a member of %s", p,
GetTypeName<WrapType>::Name());
#else
RDCERR("Resource being deleted through wrong pool - 0x%p not a member of 0x%p", p, &m_ImmediatePool.items[0]));
RDCERR("Resource being deleted through wrong pool - 0x%p not a member of 0x%p", p,
&m_ImmediatePool.items[0]);
#endif
}