use globalWarningStream()

This commit is contained in:
Garux
2018-03-21 04:12:06 +03:00
parent 54a98ed5e8
commit b1e2f26124
24 changed files with 47 additions and 47 deletions

View File

@@ -34,7 +34,7 @@
#include <stdlib.h>
void user_warning_fn( png_structp png_ptr, png_const_charp warning_msg ){
globalErrorStream() << "libpng warning: " << warning_msg << "\n";
globalWarningStream() << "libpng warning: " << warning_msg << "\n";
}
void user_error_fn( png_structp png_ptr, png_const_charp error_msg ){