aboutsummaryrefslogtreecommitdiff
path: root/src/PNGImage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PNGImage.cpp')
-rw-r--r--src/PNGImage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PNGImage.cpp b/src/PNGImage.cpp
index 9ab0751..677c811 100644
--- a/src/PNGImage.cpp
+++ b/src/PNGImage.cpp
@@ -185,7 +185,7 @@ namespace TehImage
char outData[1024];
- ZLibInflator inflator;
+ ZLib inflator;
inflator.decodeData((uint8_t*)compressedData, chunkSize - 4, (uint8_t*)outData, 1024);
cout << "iCCP not supported" << endl;