summaryrefslogtreecommitdiff
path: root/src/gui/status.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-01-10 23:04:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-01-10 23:04:51 (GMT)
commit6b785b0e6c6048a4a8f1f81f9eaa407e05622368 (patch)
treedc6dc802b65ec37b3cbc3c65e9d6637654f0981c /src/gui/status.h
parentc0528230469b10d606b9d1fa66a18696b2584fed (diff)
Cleaned editor items by removing a direct link to the main window.
Diffstat (limited to 'src/gui/status.h')
-rw-r--r--src/gui/status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.h b/src/gui/status.h
index 97e12c6..11c1ee6 100644
--- a/src/gui/status.h
+++ b/src/gui/status.h
@@ -49,7 +49,7 @@ typedef struct _GStatusInfoClass GStatusInfoClass;
GType g_status_info_get_type(void);
/* Compose la barre de statut principale. */
-GEditorItem *g_status_info_new(GObject *);
+GEditorItem *g_status_info_new(void);