changed name from Chunck to Chunk

svn-id: r4829
This commit is contained in:
Paweł Kołodziejski 2002-08-24 17:18:55 +00:00
parent 69cca0906e
commit 901b4a07a6
23 changed files with 248 additions and 248 deletions

View file

@ -41,7 +41,7 @@
*/
class Codec44Decoder : public Decoder {
public:
bool decode(Blitter & dst, Chunck & src);
bool decode(Blitter & dst, Chunk & src);
};
#endif