babl r373 - trunk/babl



Author: martinn
Date: Sat Jan 17 14:05:23 2009
New Revision: 373
URL: http://svn.gnome.org/viewvc/babl?rev=373&view=rev

Log:
Move forward declaration of BablList to the beginning...


Modified:
   trunk/babl/babl.h

Modified: trunk/babl/babl.h
==============================================================================
--- trunk/babl/babl.h	(original)
+++ trunk/babl/babl.h	Sat Jan 17 14:05:23 2009
@@ -30,11 +30,11 @@
 #error babl.h included after babl-internal.h
 #endif
 
+typedef struct _BablList BablList;
+
 #include "babl-macros.h"
 #include "babl-main.h"
 
-typedef struct _BablList BablList;
-
 /* magic number used at the start of all babl objects, used to do
  * differentiation in polymorphic functions. (as well as manual
  * type check assertions).



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