diff options
Diffstat (limited to 'src/parser.cpp')
-rw-r--r-- | src/parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index c1cb42e..a5e7151 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -2013,7 +2013,7 @@ StateInsert::process(const gchar *str, gint new_chars) throw (Error) } State * -StateInsert::done(const gchar *str __attribute__((unused))) throw (Error) +StateInsert::done(const gchar *str) throw (Error) { /* nothing to be done when done */ return &States::start; |