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,13 +21,13 @@
#include <stdafx.h>
#include "codec1.h"
#include "chunck.h"
#include "chunk.h"
#include "blitter.h"
Codec1Decoder::~Codec1Decoder() {
}
bool Codec1Decoder::decode(Blitter & dst, Chunck & src) {
bool Codec1Decoder::decode(Blitter & dst, Chunk & src) {
int val;
int size_line;
int code, length;