[anjuta] class-gen: Fix GObject template include



commit dc42e6d5707911b9dfe90f78136ae3a0863ceea0
Author: Jens Georg <mail jensge org>
Date:   Tue Mar 27 11:14:35 2012 +0200

    class-gen: Fix GObject template include
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672898

 plugins/class-gen/templates/go-header.tpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/class-gen/templates/go-header.tpl b/plugins/class-gen/templates/go-header.tpl
index 47b9c98..164f28d 100644
--- a/plugins/class-gen/templates/go-header.tpl
+++ b/plugins/class-gen/templates/go-header.tpl
@@ -15,7 +15,7 @@
 #ifndef _[+ (string-upcase(string->c-name!(get "HeaderFile"))) +]_
 #define _[+ (string-upcase(string->c-name!(get "HeaderFile"))) +]_
 
-#include <gobject.h>
+#include <glib-object.h>
 
 G_BEGIN_DECLS
 



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