diff options
Diffstat (limited to 'lib/xml_printer.mli')
| -rw-r--r-- | lib/xml_printer.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xml_printer.mli b/lib/xml_printer.mli index b19e189432..a18aaed1bf 100644 --- a/lib/xml_printer.mli +++ b/lib/xml_printer.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -type xml = Serialize.xml +type xml = Xml_datatype.xml type t type target = TChannel of out_channel | TBuffer of Buffer.t |
