diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-04-20 04:02:15 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-04-20 04:02:15 +0000 |
commit | 4e2f7c8e8fdcdb1dbf6f2346e13f46f8ce3eca48 (patch) | |
tree | dc679317f6b432fc872422476922d05a8aaab388 /libdimensionxx/png.cpp | |
parent | e15353792ff60640e55e8a97c7737e0338289f97 (diff) | |
download | dimension-4e2f7c8e8fdcdb1dbf6f2346e13f46f8ce3eca48.tar.xz |
Add tmpfile() implementation of FILE_Cookie.
Diffstat (limited to 'libdimensionxx/png.cpp')
-rw-r--r-- | libdimensionxx/png.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimensionxx/png.cpp b/libdimensionxx/png.cpp index 8a2770b..2d1d276 100644 --- a/libdimensionxx/png.cpp +++ b/libdimensionxx/png.cpp @@ -67,7 +67,7 @@ namespace Dimension m_written = true; // We've written the file now, don't do it again } - // Read a canvas from a PNG file. Uses the FILE_Cookie() interface to make a + // Read a canvas from a PNG file. Uses the FILE_Cookie() interface to make a // FILE* corresponding to an std::istream (including std::istringstream, etc). void PNG_Canvas::read() { |