diff options
Diffstat (limited to 'src/help.h')
| -rw-r--r-- | src/help.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help.h b/src/help.h index 810cec4e6..efdbe5349 100644 --- a/src/help.h +++ b/src/help.h @@ -18,7 +18,7 @@ typedef struct _GtkMenuItem GtkMenuItem; * Help/About window. */ void sp_help_about(); -void sp_help_open_tutorial(GtkMenuItem * /*unused*/, void* data); +void sp_help_open_tutorial(Glib::ustring name); #endif // !SEEN_HELP_H |
