]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formula.h
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / formula.h
index 471f5f31308a96f036729146799a0d2c072313d7..dd2ec650ca9681c51f167c00d8175b281d59fb5d 100644 (file)
@@ -82,10 +82,10 @@ private:
        bool display() const;
        /// available in AMS only?
        bool ams() const;
-       /// Access
-       MathHullInset * mat();
-       /// Access
-       MathHullInset const * mat() const;
+       /// access to hull
+       MathHullInset * hull();
+       /// access to hull
+       MathHullInset const * hull() const;
        ///
        void handleExtern(string const & arg);