summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session.h b/src/session.h
index aa883a9d..eb3f0c0e 100644
--- a/src/session.h
+++ b/src/session.h
@@ -66,7 +66,7 @@ typedef struct
void (*stopped)(Session *session);
} SessionClass;
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (Session, g_object_unref);
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (Session, g_object_unref)
GType session_get_type (void);