glibmm r725 - trunk/glib/src
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glibmm r725 - trunk/glib/src
- Date: Wed, 3 Sep 2008 15:38:33 +0000 (UTC)
Author: murrayc
Date: Wed Sep 3 15:38:32 2008
New Revision: 725
URL: http://svn.gnome.org/viewvc/glibmm?rev=725&view=rev
Log:
Tiny change
Modified:
trunk/glib/src/nodetree.hg
Modified: trunk/glib/src/nodetree.hg
==============================================================================
--- trunk/glib/src/nodetree.hg (original)
+++ trunk/glib/src/nodetree.hg Wed Sep 3 15:38:32 2008
@@ -691,7 +691,8 @@
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));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]