[gegl] matrix: s/()/(void)/



commit d43b4d3da81c7fe136082537b168b72d0803b25b
Author: �yvind Kolås <pippin gimp org>
Date:   Wed Apr 6 23:42:29 2011 +0100

    matrix: s/()/(void)/

 gegl/gegl-matrix.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gegl/gegl-matrix.h b/gegl/gegl-matrix.h
index 6e36c2b..b8be24f 100644
--- a/gegl/gegl-matrix.h
+++ b/gegl/gegl-matrix.h
@@ -42,7 +42,7 @@ GType         gegl_matrix3_get_type     (void) G_GNUC_CONST;
  *
  * Return: A newly allocated #GeglMatrix3
  */
-GeglMatrix3 * gegl_matrix3_new ();
+GeglMatrix3 * gegl_matrix3_new (void);
 
 /**
  * gegl_matrix3_identity:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]