On Wed, Sep 27, 2006 at 03:03:44PM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > > Juergen> Attached is what I have so far. Please keep on commenting. > > Very good. Let's start from there, then. > > --- src/insets/insetcommand.h (Revision 15150) > +++ src/insets/insetcommand.h (Arbeitskopie) > @@ -72,6 +72,8 @@ > p_.setContents(c); > } > /// > + void replaceContents(std::string const & from, std::string const & to);
This should be virtual...
