]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.hh
debian release 0.4.1-1
[helm.git] / helm / DEVEL / mathml_editor / src / CMathMLFactoryXSLT.hh
index 9d129a3782b9389574c4c1026800afa8eff9aa00..898d958979887db6076fb531f9f13062ee2d7442 100644 (file)
@@ -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; };