summaryrefslogtreecommitdiff
path: root/glib/src/nodetree.ccg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-07-29 10:45:39 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-07-29 10:45:39 +0000
commit436daf15106fd3d47c4f36ad0611f656b2ac9982 (patch)
treebf7be1069d0af186f0412ccf9d501755d39141b2 /glib/src/nodetree.ccg
parentacd06eb1063231233ec253c8263b7f5d9eace5d2 (diff)
downloadglibmm-436daf15106fd3d47c4f36ad0611f656b2ac9982.tar.gz
Move the TraverseFlags enum into the class, and hand-code it to avoid
2008-07-29 Murray Cumming <murrayc@murrayc.com> * glib/src/nodetree.hg: Move the TraverseFlags enum into the class, and hand-code it to avoid problems with _WRAP_ENUM(). * tests/glibmm_nodetree/main.cc: Adapted. Bug #545050 (Szilárd Pfeiffer). svn path=/trunk/; revision=701
Diffstat (limited to 'glib/src/nodetree.ccg')
-rw-r--r--glib/src/nodetree.ccg1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/src/nodetree.ccg b/glib/src/nodetree.ccg
new file mode 100644
index 00000000..6ee2218c
--- /dev/null
+++ b/glib/src/nodetree.ccg
@@ -0,0 +1 @@
+#include <glibmm/nodetree.h>