This commit is contained in:
John Cupitt 2018-03-09 17:08:38 +00:00
parent 0a05dd4304
commit a1418b8f72
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ main( int argc, char **argv )
<para> <para>
A small Python program walks the set of all libvips operators and generates a set of static bindings. For example: A small Python program walks the set of all libvips operators and generates a set of static bindings. For example:
</para> </para>
<programlisting language="cpp"> <programlisting language="c++">
VImage VImage::invert( VOption *options ) VImage VImage::invert( VOption *options )
{ {
VImage out; VImage out;