diff --git a/src/dialog/SDL_dialog_utils.h b/src/dialog/SDL_dialog_utils.h index 00f2a64ce4..773fb967bc 100644 --- a/src/dialog/SDL_dialog_utils.h +++ b/src/dialog/SDL_dialog_utils.h @@ -28,7 +28,7 @@ /* Transform the name given in argument into something viable for the engine. Useful if there are special characters to avoid on certain platforms (such as "|" with Zenity). */ -typedef char *(NameTransform)(const char * name); +typedef char *(*NameTransform)(const char * name); // Converts all the filters into a single string. // [filter]{[filter]...}