oops another const

This commit is contained in:
John Cupitt 2013-07-13 13:13:14 +01:00
parent 101c60cf42
commit 0c8ecc4577

View File

@ -368,7 +368,7 @@ double VImage::meta_get_double( const char *field )
const char *VImage::meta_get_string( const char *field )
throw( VError )
{
char *result;
const char *result;
if( im_meta_get_string( _ref->im, field, &result ) )
verror();