std::string attribute(const std::string name_ ) signature
Posted: 2015-01-24T06:21:10-07:00
Hi.
The std::string Magick::Image::attribute(const std::string name_ ) looks like a mistake.
I think std::string Magick::Image::attribute(const std::string& name_ ) const will be correct if no internal data is changed inside the function.
The std::string Magick::Image::attribute(const std::string name_ ) looks like a mistake.
I think std::string Magick::Image::attribute(const std::string& name_ ) const will be correct if no internal data is changed inside the function.