mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: #825 Remove all warnings when compiling Ryzom
This commit is contained in:
parent
40fa6620bf
commit
859eb1b1cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue