]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlExternal.h
Add the missing template instatiations!
[lyx.git] / src / frontends / controllers / ControlExternal.h
index b8d48f951cdf0481170531aa8f65f76b5e2cc46a..d40228960c7fa5fb5b6c9a8f45036baebb9d4527 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
@@ -48,9 +49,9 @@ public:
        string const Browse(string const &) const;
 
 private:
-       /// not needed.
-       virtual void applyParamsToInset() {}
        /// 
+       virtual void applyParamsToInset();
+       /// not needed.
        virtual void applyParamsNoInset() {}
        /// get the parameters from the string passed to createInset.
        virtual InsetExternal::Params const getParams(string const &);