]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
Add \makeat switches to babel settings if necessary.
[lyx.git] / src / mathed / InsetMathHull.h
index 8c0ed98265d36663420dfefc5edb8cf69fd245ed..d37fe3af148a92cab875e7b130fbab889e060859 100644 (file)
@@ -101,6 +101,9 @@ public:
        ///
        char defaultColAlign(col_type col);
        ///
+       ///
+       char displayColAlign(col_type col, row_type row) const;
+       ///
        bool idxFirst(Cursor &) const;
        ///
        bool idxLast(Cursor &) const;
@@ -160,7 +163,7 @@ public:
        void recordLocation(DocIterator const & di);
 
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        InsetCode lyxCode() const { return MATH_HULL_CODE; }