]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ref_inset.h
code cosmetics to the iterator fix
[lyx.git] / src / mathed / ref_inset.h
index 5e30a3dfaa0fab0755d4e49e6a08653722b6aea2..cf5298ef1a138b16a74dabaadee7633b2a46de6c 100644 (file)
@@ -41,9 +41,6 @@ public:
        /// docbook output
        int docbook(Buffer const & buf, std::ostream & os, OutputParams const &) const;
 
-       /// small wrapper for the time being
-       DispatchResult localDispatch(FuncRequest & cmd);
-
        struct ref_type_info {
                ///
                std::string latex_name;
@@ -58,7 +55,10 @@ public:
        ///
        static std::string const & getName(int type);
 protected:
+       ///
        virtual void doDispatch(LCursor & cur, FuncRequest & cmd);
+       ///
+       bool getStatus(LCursor &, FuncRequest const &, FuncStatus &) const;
 private:
        ///
        virtual std::auto_ptr<InsetBase> doClone() const;