diff --git a/src/nvtt/bc7/targa.cpp b/src/nvtt/bc7/targa.cpp index 18a2ddf..6936e74 100644 --- a/src/nvtt/bc7/targa.cpp +++ b/src/nvtt/bc7/targa.cpp @@ -110,7 +110,7 @@ void Targa::fileinfo(const std::string& filename, int& width, int& height, bool& read_file(fp, pixels, width, height, bpp, origin); - bool const_alpha = true; + const_alpha = true; for (int y=0; y