]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetexternal.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetexternal.h
index 66f932fdaafa4daf7077eb0335e19608ac036b7c..e6fb0e946140bc0ea3eedfa3665a462060ea2fd2 100644 (file)
@@ -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;