]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/command_inset.h
bug + spped fixes + small stuff
[lyx.git] / src / mathed / command_inset.h
index 553adc165d4b42c4ac3f545b679e8ba34e7e9fc6..b724832cc2cb00e127de734e8b5e41224320cf27 100644 (file)
@@ -33,14 +33,16 @@ public:
        //
        // void infoize(std::ostream & os) const;
        ///
-       dispatch_result dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
-       ///
        virtual std::string const screenLabel() const;
        /// generate something that will be understood by the Dialogs.
        std::string const createDialogStr(std::string const & name) const;
 
        std::string const & commandname() const { return name_; }
-
+protected:
+       ///
+       virtual
+       DispatchResult
+       priv_dispatch(LCursor & cur, FuncRequest const & cmd);
 private:
        std::string name_;
        mutable bool set_label_;