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

@ -21,10 +21,10 @@
#include <stdafx.h>
#include "codec44.h"
#include "chunck.h"
#include "chunk.h"
#include "blitter.h"
bool Codec44Decoder::decode(Blitter & dst, Chunck & src) {
bool Codec44Decoder::decode(Blitter & dst, Chunk & src) {
int size_line;
int num;
int w, width = getRect().width() + 1;