aboutsummaryrefslogtreecommitdiff
path: root/src/PNGImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/PNGImage.h')
-rw-r--r--src/PNGImage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PNGImage.h b/src/PNGImage.h
index a5d8f3a..fa78e0e 100644
--- a/src/PNGImage.h
+++ b/src/PNGImage.h
@@ -60,7 +60,7 @@ namespace TehImage
CHUNK_READER(IDAT);
CHUNK_READER(IEND);
- ZLibInflator zlib;
+ ZLib zlib;
uint8_t* idatData;
unsigned long idatDataSize;