add arg name for fullPathForFilename

This commit is contained in:
Cvolton 2024-08-05 14:18:36 +02:00
parent 81f8573cc5
commit c11462af1d

View file

@ -165,7 +165,7 @@ public:
@since v2.1
@note Robtop Addition: added a bool parameter
*/
virtual gd::string fullPathForFilename(const char* pszFileName, bool);
virtual gd::string fullPathForFilename(const char* pszFileName, bool skipSuffix);
// @note RobTop Addition
virtual void removeFullPath(const char* path);