changed name from Chunck to Chunk
svn-id: r4829
This commit is contained in:
parent
69cca0906e
commit
901b4a07a6
23 changed files with 248 additions and 248 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue