dbertoni 2002/06/27 08:36:44
Modified: c/src/XSLT Stylesheet.hpp
Log:
Fixed broken accessor.
Revision Changes Path
1.46 +1 -1 xml-xalan/c/src/XSLT/Stylesheet.hpp
Index: Stylesheet.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/Stylesheet.hpp,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- Stylesheet.hpp 26 Jun 2002 01:21:15 -0000 1.45
+++ Stylesheet.hpp 27 Jun 2002 15:36:44 -0000 1.46
@@ -777,7 +777,7 @@
eMatchScore
getDefaultPriority() const
{
- m_priority;
+ return m_priority;
}
double
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]