summaryrefslogtreecommitdiff
path: root/docs/reference/gobject/tut_howto.xml
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-04-08 01:54:28 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-04-08 01:54:28 +0000
commit43964b2fc1d03a849f294b944a4e29b0fc0a9dcd (patch)
tree7dad6c857349f65946bb6d5e95af881b4648302e /docs/reference/gobject/tut_howto.xml
parent755460aea98a385c00082d9d5bf4a62cb9358c99 (diff)
downloadglib-43964b2fc1d03a849f294b944a4e29b0fc0a9dcd.tar.gz
Add missing *.
* gobject/tut_howto.xml: Add missing *. svn path=/trunk/; revision=6829
Diffstat (limited to 'docs/reference/gobject/tut_howto.xml')
-rw-r--r--docs/reference/gobject/tut_howto.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gobject/tut_howto.xml b/docs/reference/gobject/tut_howto.xml
index eed8c8d5b..6e3879097 100644
--- a/docs/reference/gobject/tut_howto.xml
+++ b/docs/reference/gobject/tut_howto.xml
@@ -409,7 +409,7 @@ struct _MamanBarPrivate {
gboolean dispose_has_run;
};
-static GObjectClass parent_class = NULL;
+static GObjectClass *parent_class = NULL;
static void
bar_dispose (GObject *obj)