oops another const
This commit is contained in:
parent
101c60cf42
commit
0c8ecc4577
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user