Changed: #825 Remove all warnings when compiling Ryzom

This commit is contained in:
kervala 2012-04-10 13:50:23 +02:00
parent 55f7150202
commit e796c84824

View file

@ -61,7 +61,7 @@ namespace NLMISC {
{ {
public: public:
/// Constructor. Must gives a blockMemory to ctor. NB: must gives a CBlockMemory<T, false> !!! /// Constructor. Must gives a blockMemory to ctor. NB: must gives a CBlockMemory<T, false> !!!
CSTLBlockAllocator(CBlockMemory<T, false> */* bm */) CSTLBlockAllocator(CBlockMemory<T, false> * /* bm */)
{ {
} }
/// copy ctor /// copy ctor