X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FCMathMLFactoryXSLT.hh;h=898d958979887db6076fb531f9f13062ee2d7442;hb=1957a1f151c547f04625c4379e51ab66bddb69c7;hp=9d129a3782b9389574c4c1026800afa8eff9aa00;hpb=387aeebf96181c051b7f527a0901b173cfcdf194;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.hh b/helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.hh index 9d129a378..898d95897 100644 --- a/helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.hh +++ b/helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.hh @@ -10,7 +10,6 @@ class CMathMLFactoryXSLT : public AMathMLFactory public: CMathMLFactoryXSLT(class ALogger&, const class GdomeSmartDOMExt::XSLTStylesheet&); - virtual void reset(void); virtual void documentModified(class TDocument&); virtual GdomeSmartDOM::Document document(void) const { return result; };