[gegl] gegl: fix gegl_abyss_get_type
- From: Ãyvind KolÃs <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] gegl: fix gegl_abyss_get_type
- Date: Mon, 26 Mar 2012 00:31:56 +0000 (UTC)
commit 7cc133e23ca21f5b084547d158b7859bb2e0e67b
Author: Ãyvind KolÃs <pippin gimp org>
Date: Mon Mar 26 01:31:49 2012 +0100
gegl: fix gegl_abyss_get_type
gegl/gegl-enums.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gegl/gegl-enums.h b/gegl/gegl-enums.h
index e337b25..5d8edba 100644
--- a/gegl/gegl-enums.h
+++ b/gegl/gegl-enums.h
@@ -44,8 +44,8 @@ GType gegl_sampler_type_get_type (void) G_GNUC_CONST;
typedef enum {
GEGL_ABYSS_NONE
} GeglAbyssPolicy;
-GType gegl_repeat_mode_get_type (void) G_GNUC_CONST;
-#define GEGL_ABYSS_NONE_TYPE (gegl_repeat_mode_get_type())
+GType gegl_abyss_policy_get_type (void) G_GNUC_CONST;
+#define GEGL_ABYSS_POLICY_TYPE (gegl_abyss_policy_get_type())
/*
* Operation specific enum
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]