]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlInclude.h
The reference dialog now disconnects from the inset on Apply. Its behaviour
[lyx.git] / src / frontends / controllers / ControlInclude.h
index beb257650b8185ab9868da66d6bf9999a78121f2..57a52a7d87c2313776afba4124540fd0147996b2 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file ControlInclude.h
  * Copyright 2001 the LyX Team
@@ -39,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();