diff options
| author | Steven Fuller <relnev@icculus.org> | 2007-01-12 07:53:15 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 785c016a2867676a041e27ce25e33c67f026fa4e (patch) | |
| tree | 6b653f46ddd5ff737eb19e4496ad041e021b7817 /src/win95/chunk.hpp | |
| parent | 030db5bb236344370342447d31a3d685dd93ad92 (diff) | |
gcc 4.1 compile fixes.
Diffstat (limited to 'src/win95/chunk.hpp')
| -rw-r--r-- | src/win95/chunk.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win95/chunk.hpp b/src/win95/chunk.hpp index e021062..bb58380 100644 --- a/src/win95/chunk.hpp +++ b/src/win95/chunk.hpp @@ -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: |
