summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2008-09-03 15:38:32 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-09-03 15:38:32 +0000
commit005f003c27c917274a0ace4862f6575f3cce6ad3 (patch)
tree921597593b62c404489a521d8781833f6e74eb85
parent982c863a95f31019ca1f1397de5af54e07c7333f (diff)
downloadglibmm-005f003c27c917274a0ace4862f6575f3cce6ad3.tar.gz
Tiny change
svn path=/trunk/; revision=725
-rw-r--r--glib/src/nodetree.hg3
1 files changed, 2 insertions, 1 deletions
diff --git a/glib/src/nodetree.hg b/glib/src/nodetree.hg
index 33b9bc48..6ea5d325 100644
--- a/glib/src/nodetree.hg
+++ b/glib/src/nodetree.hg
@@ -691,7 +691,8 @@ private:
gobject_ = 0;
}
- void clone(const NodeTree<T> *node = 0)
+ ///Create a new GNode, taking the contents of an existing node if one is specified.
+ void clone(const NodeTree<T>* node = 0)
{
//Store the this pointer in the GNode so we can discover this wrapper later:
gobject_ = g_node_new(reinterpret_cast<gpointer>(this));