Reduce scope of variable in Imaging.cpp

This commit is contained in:
Michał Janiszewski 2017-03-18 22:44:45 +01:00
parent ddc2a708d4
commit 4df0a5ee7d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,6 @@ namespace Imaging
{
png_structp png_ptr;
png_infop info_ptr;
unsigned int sig_read = 0;
// Setup PNG structures
png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, nullptr, nullptr, nullptr);
@ -55,6 +54,7 @@ namespace Imaging
// Open PNG file
try
{
unsigned int sig_read = 0;
auto fs = FileStream(path, FILE_MODE_OPEN);
// Set error handling