Avoid some compiler warnings.

committer: mfx <mfx> 968567027 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-09-10 06:23:47 +00:00
parent a4522627e0
commit 65601b5c26
9 changed files with 24 additions and 9 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
//
**************************************************************************/
MemBuffer::MemBuffer(unsigned size=0) :
MemBuffer::MemBuffer(unsigned size) :
ptr(NULL), alloc_ptr(NULL), alloc_size(0)
{
if (size > 0)