auriemma 00/10/12 06:28:28
Modified: c/src/PlatformSupport XSLException.hpp
Log:
Reordered members.
Revision Changes Path
1.5 +2 -2 xml-xalan/c/src/PlatformSupport/XSLException.hpp
Index: XSLException.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/XSLException.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- XSLException.hpp 2000/04/11 14:35:31 1.4
+++ XSLException.hpp 2000/10/12 13:28:27 1.5
@@ -108,9 +108,9 @@
}
private:
-
- const XalanDOMString m_type;
+
const XalanDOMString m_message;
+ const XalanDOMString m_type;
};