diff --git a/code/nel/include/nel/misc/stl_block_allocator.h b/code/nel/include/nel/misc/stl_block_allocator.h index d85044e58..441d49560 100644 --- a/code/nel/include/nel/misc/stl_block_allocator.h +++ b/code/nel/include/nel/misc/stl_block_allocator.h @@ -61,7 +61,7 @@ namespace NLMISC { { public: /// Constructor. Must gives a blockMemory to ctor. NB: must gives a CBlockMemory !!! - CSTLBlockAllocator(CBlockMemory */* bm */) + CSTLBlockAllocator(CBlockMemory * /* bm */) { } /// copy ctor