]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_scriptinset.h
Georg Baum's vspace change
[lyx.git] / src / mathed / math_scriptinset.h
index 408f9015bbd5923627c693f7605e8329bb7f3604..5253d0f66025c86f3d54f8fddd276777884362af 100644 (file)
@@ -95,9 +95,11 @@ public:
        void infoize(std::ostream & os) const;
        /// say whether we have displayed limits
        void infoize2(std::ostream & os) const;
-       /// local dispatcher
-       dispatch_result dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
-
+protected:
+       ///
+       virtual
+       DispatchResult
+       priv_dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
 private:
        /// returns x offset for main part
        int dxx() const;