gegl r2909 - in trunk/bindings/gegl-sharp: . gegl/custom



Author: rubenv
Date: Sat Feb 14 16:52:29 2009
New Revision: 2909
URL: http://svn.gnome.org/viewvc/gegl?rev=2909&view=rev

Log:
2009-02-14  Ruben Vermeersch  <ruben savanne be>

	* gegl/custom/Global.custom: Add a private constructor to the Gegl.Global
	class, shouldn't be instantiated.

Modified:
   trunk/bindings/gegl-sharp/ChangeLog
   trunk/bindings/gegl-sharp/gegl/custom/Global.custom

Modified: trunk/bindings/gegl-sharp/gegl/custom/Global.custom
==============================================================================
--- trunk/bindings/gegl-sharp/gegl/custom/Global.custom	(original)
+++ trunk/bindings/gegl-sharp/gegl/custom/Global.custom	Sat Feb 14 16:52:29 2009
@@ -1,3 +1,7 @@
+        private Global() {
+
+        }
+
         [DllImport("libgegl-1.0.dll")]
         static extern void gegl_init(int argc, IntPtr argv);
 



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