summaryrefslogtreecommitdiff
path: root/graphics/cinepaint/patches/patch-lib_chainbutton.c
blob: d2ffeb78c66b73f108d449c540c2ddb2f66eaf74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-lib_chainbutton.c,v 1.1 2018/12/31 13:11:12 ryoon Exp $

--- lib/chainbutton.c.orig	2006-11-24 20:50:47.000000000 +0000
+++ lib/chainbutton.c
@@ -155,7 +155,7 @@ gimp_chain_button_init (GimpChainButton 
 GtkType
 gimp_chain_button_get_type (void)
 {
-  static guint gcb_type = 0;
+  static GtkType gcb_type = 0;
 
   if (!gcb_type)
     {