glibmm r776 - in trunk: . glib/src



Author: murrayc
Date: Mon Jan 19 08:55:57 2009
New Revision: 776
URL: http://svn.gnome.org/viewvc/glibmm?rev=776&view=rev

Log:
2009-01-19  Tao Wang  <dancefire gmail com>

* glib/src/nodetree.hg: Do not use a non-ASCII dash character, to 
avoid the MSVC++ warning C4819 with Visual Studio 2008.
Bug #568072

Modified:
   trunk/ChangeLog
   trunk/glib/src/nodetree.hg

Modified: trunk/glib/src/nodetree.hg
==============================================================================
--- trunk/glib/src/nodetree.hg	(original)
+++ trunk/glib/src/nodetree.hg	Mon Jan 19 08:55:57 2009
@@ -45,7 +45,7 @@
   TRAVERSE_LEVEL_ORDER = G_LEVEL_ORDER /*!< For NodeTree, it vists the root node first, then its children, then its grandchildren, and so on. Note that this is less efficient than the other orders. This is not implemented for Glib::Tree. */
 };
 
-/** N-ary Trees â trees of data with any number of branches
+/** N-ary Trees - trees of data with any number of branches
  * The NodeTree class and its associated functions provide an N-ary tree data structure, in which nodes in the tree can contain arbitrary data.
  * 
  * To insert a node into a tree use insert(), insert_before(), append() or prepend().



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