Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 25, 2017
1 parent 332215c commit 5300f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsogrutils.h
Expand Up @@ -138,7 +138,7 @@ namespace gdal
* data store. Use when the resultant dataset is no longer required, e.g. as a result
* of user cancelation of an operation.
*
* Requires a gdal \a dataset pointer, the corresponding gdal \driver and underlying
* Requires a gdal \a dataset pointer, the corresponding gdal \a driver and underlying
* dataset file \a path.
*/
void CORE_EXPORT fast_delete_and_close( dataset_unique_ptr &dataset, GDALDriverH driver, const QString &path );
Expand Down

0 comments on commit 5300f69

Please sign in to comment.