aboutsummaryrefslogtreecommitdiffstats
path: root/src/CommandLine.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/CommandLine.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CommandLine.hxx b/src/CommandLine.hxx
index 7a8731f82..214150eae 100644
--- a/src/CommandLine.hxx
+++ b/src/CommandLine.hxx
@@ -22,6 +22,8 @@
#include <glib.h>
+class Error;
+
struct options {
gboolean kill;
gboolean daemon;
@@ -31,6 +33,6 @@ struct options {
bool
parse_cmdline(int argc, char **argv, struct options *options,
- GError **error_r);
+ Error &error);
#endif