]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.h
pimpl not needed here
[lyx.git] / src / insets / InsetRef.h
index f4ec7b493d21ed023b07cfce47da4769425dcb9e..23789a97baebe6095186d45ba34577cba5303ca0 100644 (file)
@@ -64,14 +64,14 @@ public:
        ///
        static bool isCompatibleCommand(std::string const & s);
 protected:
+       ///
        InsetRef(InsetRef const &);
 
        ///
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);
 private:
-       virtual Inset * clone() const {
-               return new InsetRef(*this);
-       }
+       ///
+       Inset * clone() const { return new InsetRef(*this); }
        ///
        bool isLatex;
 };