commit | c3ff8d88d02661425bfad6936c22db817704daab | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Sat Dec 05 23:55:49 2009 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Sat Dec 05 23:55:49 2009 +0000 |
tree | 7920b4c4e5721a62f43b85ff59481aec6f6ad85a | |
parent | 15781e5110c893ce0eb7924926ae0d1a056f90eb [diff] [blame] |
diff --git a/Magick++/lib/Options.cpp b/Magick++/lib/Options.cpp index a9cd525..f8f4877 100644 --- a/Magick++/lib/Options.cpp +++ b/Magick++/lib/Options.cpp
@@ -230,11 +230,11 @@ void Magick::Options::file ( FILE *file_ ) { - SetImageInfoFile(_imageInfo, file_ ); + SetImageInfoFile( _imageInfo, file_ ); } FILE *Magick::Options::file ( void ) const { - return _imageInfo->file; + return GetImageInfoFile( _imageInfo->file ); } void Magick::Options::fileName ( const std::string &fileName_ )