]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlInclude.h
John's character.C patch (bug fix).
[lyx.git] / src / frontends / controllers / ControlInclude.h
index 317644b7a1a60669626d16fdd72c620fe117e962..57a52a7d87c2313776afba4124540fd0147996b2 100644 (file)
@@ -40,6 +40,9 @@ public:
        /// Browse for a file
        string const Browse(string const &, Type);
 
+       /// load a file
+       void load(string const & file); 
+
 private:
        /// Dispatch the changed parameters to the kernel.
        virtual void applyParamsToInset();