From cfbcddd711aaa482b71ef6da385f8368eeff605e Mon Sep 17 00:00:00 2001 From: kaetemi Date: Tue, 10 Apr 2012 20:49:55 +0200 Subject: [PATCH] Merge: From default to sound_dev --- code/nel/include/nel/misc/stl_block_allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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