[gimp] app: struct GimpMotionBufferClass: parent_class had the wrong type
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: struct GimpMotionBufferClass: parent_class had the wrong type
- Date: Mon, 18 Apr 2011 09:36:17 +0000 (UTC)
commit d305d000ff50d9d85b40d24df31dd832567d497a
Author: Michael Natterer <mitch gimp org>
Date: Mon Apr 18 11:35:51 2011 +0200
app: struct GimpMotionBufferClass: parent_class had the wrong type
app/display/gimpmotionbuffer.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/display/gimpmotionbuffer.h b/app/display/gimpmotionbuffer.h
index ea10aa2..a5d2170 100644
--- a/app/display/gimpmotionbuffer.h
+++ b/app/display/gimpmotionbuffer.h
@@ -32,7 +32,7 @@
#define GIMP_MOTION_BUFFER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GIMP_TYPE_MOTION_BUFFER, GimpMotionBufferClass))
-typedef struct _GimpMotionBufferClass GimpMotionBufferClass;
+typedef struct _GimpMotionBufferClass GimpMotionBufferClass;
struct _GimpMotionBuffer
{
@@ -60,7 +60,7 @@ struct _GimpMotionBuffer
struct _GimpMotionBufferClass
{
- GtkBoxClass parent_class;
+ GimpObjectClass parent_class;
void (* stroke) (GimpMotionBuffer *buffer,
const GimpCoords *coords,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]