]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_deliminset.h
introduce namespace lyx::support
[lyx.git] / src / mathed / math_deliminset.h
index bedd04f55b2aa835555d6e4fcf64f80b69bf1c8f..84a3ac14512f335c30d27bacf0c212aac351f103 100644 (file)
@@ -19,7 +19,7 @@ public:
        ///
        MathDelimInset(string const & left, string const & right, MathArray const &);
        ///
-       MathInset * clone() const;
+       InsetBase * clone() const;
        ///
        MathDelimInset * asDelimInset() { return this; }
        ///