goffice r2181 - trunk/goffice/utils



Author: jbrefort
Date: Thu Aug 21 18:23:30 2008
New Revision: 2181
URL: http://svn.gnome.org/viewvc/goffice?rev=2181&view=rev

Log:
and one more, sorry


Modified:
   trunk/goffice/utils/go-persist.h

Modified: trunk/goffice/utils/go-persist.h
==============================================================================
--- trunk/goffice/utils/go-persist.h	(original)
+++ trunk/goffice/utils/go-persist.h	Thu Aug 21 18:23:30 2008
@@ -38,7 +38,7 @@
 	void     (*sax_save) (GOPersist const *gp, GsfXMLOut *output);
 } GOPersistClass;
 
-#define GO_PERSIST_TYPE		 (gog_persist_get_type ())
+#define GO_PERSIST_TYPE		 (go_persist_get_type ())
 #define GO_PERSIST(o)		 (G_TYPE_CHECK_INSTANCE_CAST ((o), GO_PERSIST_TYPE, GOPersist))
 #define IS_GO_PERSIST(o)	 (G_TYPE_CHECK_INSTANCE_TYPE ((o), GO_PERSIST_TYPE))
 #define GO_PERSIST_CLASS(k)	 (G_TYPE_CHECK_CLASS_CAST ((k), GO_PERSIST_TYPE, GOPersistClass))



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