aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-gtk/interface-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface-gtk/interface-gtk.h')
-rw-r--r--src/interface-gtk/interface-gtk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interface-gtk/interface-gtk.h b/src/interface-gtk/interface-gtk.h
index 0145ff4..a19d253 100644
--- a/src/interface-gtk/interface-gtk.h
+++ b/src/interface-gtk/interface-gtk.h
@@ -113,8 +113,8 @@ public:
/* overrides Interface::get_options() */
GOptionGroup *get_options(void);
- /* implementation of Interface::main() */
- void main_impl(int &argc, char **&argv);
+ /* override of Interface::init() */
+ void init(void);
/* implementation of Interface::vmsg() */
void vmsg_impl(MessageType type, const gchar *fmt, va_list ap);