Skip to content

Commit

Permalink
Doc: fix the function name to match the text (OSGeo#4125)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdesjard authored Jul 20, 2021
1 parent 458fdcb commit 14f5220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdal/doc/source/drivers/raster/vrt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ with derived bands that use this function), an application calls

.. code-block:: cpp
GDALAddDerivedBandPixelFunc("MyFirstFunction", TestFunction, nullptr);
GDALAddDerivedBandPixelFuncWithArgs("MyFirstFunction", TestFunction, nullptr);
A good time to do this is at the beginning of an application when the
GDAL drivers are registered.
Expand Down

0 comments on commit 14f5220

Please sign in to comment.