X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetexternal.h;h=e6fb0e946140bc0ea3eedfa3665a462060ea2fd2;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=2dfd03ef87e052e4d449578c99a480308a108486;hpb=5f2e3c4c43f8e1736a2b7654595dfe6c175b4b3b;p=lyx.git diff --git a/src/insets/insetexternal.h b/src/insets/insetexternal.h index 2dfd03ef87..e6fb0e9461 100644 --- a/src/insets/insetexternal.h +++ b/src/insets/insetexternal.h @@ -67,7 +67,7 @@ public: /// write LinuxDoc output to the ostream virtual int linuxdoc(Buffer const *, std::ostream &) const; /// write DocBook output to the ostream - virtual int docBook(Buffer const *, std::ostream &) const; + virtual int docbook(Buffer const *, std::ostream &) const; /// Updates needed features for this inset. virtual void validate(LaTeXFeatures & features) const; @@ -86,9 +86,12 @@ public: /// set the parameters from a Params structure virtual void setFromParams(Params const &); - /// update the file represented by the template + /// void updateExternal() const; + /// update the file represented by the template + void updateExternal(string const &, Buffer const *) const; + /// edit file of this template void editExternal() const;