From 453c3fee794087fc02d46433c0e26a34deb6364e Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 2 Feb 2011 16:59:13 +0900 Subject: [PATCH] Make EekLayout abstract. --- eek/eek-layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eek/eek-layout.c b/eek/eek-layout.c index bd650022..cc13f8ec 100644 --- a/eek/eek-layout.c +++ b/eek/eek-layout.c @@ -33,7 +33,7 @@ #include "eek-layout.h" #include "eek-keyboard.h" -G_DEFINE_TYPE (EekLayout, eek_layout, G_TYPE_OBJECT); +G_DEFINE_ABSTRACT_TYPE (EekLayout, eek_layout, G_TYPE_OBJECT); static void eek_layout_class_init (EekLayoutClass *klass)