]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ref_inset.h
Fix event loop to no longer eat CPU
[lyx.git] / src / mathed / ref_inset.h
index 7e3c58ce2d006fd8dbde820bd64c3821eec140e5..cf5298ef1a138b16a74dabaadee7633b2a46de6c 100644 (file)
@@ -55,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;