Custom error functions for PNG

This commit is contained in:
2015-10-15 14:47:08 +02:00
parent 8ecb1aa8c5
commit 218de4b02e
2 changed files with 16 additions and 2 deletions
+4
View File
@@ -33,6 +33,10 @@ class PNG : public Image
public:
PNG(std::string path);
~PNG();
private:
static void pngErrorFunction();
static void pngWarningFunction();
};
}