Merge: From default to sound_dev
This commit is contained in:
commit
c350c25b1e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ namespace NLMISC {
|
|||
{
|
||||
public:
|
||||
/// 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
|
||||
|
|
Loading…
Reference in a new issue