Index: tree/common.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/spirit/tree/common.hpp,v
retrieving revision 1.27
diff -u -r1.27 common.hpp
--- tree/common.hpp	14 Mar 2007 23:08:35 -0000	1.27
+++ tree/common.hpp	18 Mar 2007 18:19:52 -0000
@@ -693,8 +693,8 @@
     {
     }
 
-    template <typename T>
-    struct result { typedef tree_match<IteratorT, NodeFactoryT, T> type; };
+    template <typename U>
+    struct result { typedef tree_match<IteratorT, NodeFactoryT, U> type; };
 
     typedef tree_match<IteratorT, NodeFactoryT, T> match_t;
     typedef IteratorT iterator_t;
