]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_hullinset.h
fix #1073
[lyx.git] / src / mathed / math_hullinset.h
index f0911dd926df67736a66a4184d254df00c024ce4..3beaa30e4f0f887b5368a27eb22aff3413cf5a9c 100644 (file)
@@ -24,9 +24,9 @@ public:
        ///
        mode_type currentMode() const;
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi) const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(PainterInfo &, int x, int y) const;
        ///
        void metricsT(TextMetricsInfo const & mi) const;
        ///
@@ -46,7 +46,7 @@ public:
        ///
        bool ams() const;
        /// local dispatcher
-       result_type dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
+       dispatch_result dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
        ///
        void getLabelList(std::vector<string> &) const;
        ///