From 299fbe65b548349424ba0c22c6f7c6796aa63b03 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Mon, 16 Mar 2009 23:46:01 +0200 Subject: [PATCH] The inherited object should match the class --- champlain-gtk/champlain-view-embed.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/champlain-gtk/champlain-view-embed.h b/champlain-gtk/champlain-view-embed.h index 7eeb35c..249f8bd 100644 --- a/champlain-gtk/champlain-view-embed.h +++ b/champlain-gtk/champlain-view-embed.h @@ -45,7 +45,7 @@ struct _ChamplainViewEmbed struct _ChamplainViewEmbedClass { - GtkBinClass parent_class; + GtkAlignmentClass parent_class; }; -- 2.39.5