X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FAMathMLFactory.cc;h=b9826352bb9f4c0d90acc956c534628e84911041;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=8f8b21ce62e403a3487bc1343d12d6680bffc3d7;hpb=84877da90dd68c88915b5ee54d31e9849f340eac;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/AMathMLFactory.cc b/helm/DEVEL/mathml_editor/src/AMathMLFactory.cc index 8f8b21ce6..b9826352b 100644 --- a/helm/DEVEL/mathml_editor/src/AMathMLFactory.cc +++ b/helm/DEVEL/mathml_editor/src/AMathMLFactory.cc @@ -31,12 +31,12 @@ std::string AMathMLFactory::getDefaultMathMLStylesheetPath() { - return PKGDATADIR"tml-mmlp.xsl"; + return PKGDATADIR"/tml-mmlp.xsl"; } std::string AMathMLFactory::getDefaultTeXStylesheetPath() { - return PKGDATADIR"tml-tex.xsl"; + return PKGDATADIR"/tml-tex.xsl"; }