diff options
Diffstat (limited to 'src/verbs.h')
| -rw-r--r-- | src/verbs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.h b/src/verbs.h index 16f88c408..a273fe76e 100644 --- a/src/verbs.h +++ b/src/verbs.h @@ -575,7 +575,7 @@ public: return get_search(code); } } - static Verb * getbyid (gchar const * id); + static Verb * getbyid (gchar const * id, bool verbose = true); /** * Print a message to stderr indicating that this verb needs a GUI to run |
