]> git.lyx.org Git - features.git/blobdiff - src/insets/insetcommand.h
read the Changelog
[features.git] / src / insets / insetcommand.h
index 3d1d1bf53933a308741da66b18115ce81507cf2e..68c82a945eca708174b4cfc9f0a0132804757da1 100644 (file)
@@ -24,7 +24,7 @@
  * Similar to InsetLaTeX but having control of the basic structure of a
  *   LaTeX command: \name[options]{contents}. 
  */
-class InsetCommand: public InsetButton {
+class InsetCommand : public InsetButton {
 public:
        ///
        InsetCommand();
@@ -37,8 +37,8 @@ public:
 
        /// Parse the command.
        void scanCommand(string const & cmd);
-       /// Will not be used when lyxf3
-       void Read(Buffer const *, LyXLex & lex);
+       ///
+       virtual void Read(Buffer const *, LyXLex & lex);
        /// 
        virtual int Latex(Buffer const *, std::ostream &,
                          bool fragile, bool free_spc) const;