gcc 4.1 compile fixes.

This commit is contained in:
Steven Fuller 2007-01-12 07:53:15 +00:00 committed by Patryk Obara
parent 030db5bb23
commit 785c016a28
7 changed files with 16 additions and 8 deletions

View file

@ -365,7 +365,7 @@ public:
virtual void fill_data_block_for_process(char * data_start);
Chunk* Chunk_With_Children::DynCreate(const char* data);
Chunk* DynCreate(const char* data);
protected: