]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathString.h
Force a Buffer * argument to math insets constructor
[lyx.git] / src / mathed / InsetMathString.h
index 02ce7f039c55fd3273235b7ca8e804692f612274..6112b2546bbdf0a49b13a4034cb74032fd040366 100644 (file)
@@ -26,7 +26,7 @@ namespace lyx {
 class InsetMathString : public InsetMath {
 public:
        ///
-       explicit InsetMathString(docstring const & s);
+       explicit InsetMathString(Buffer * buf, docstring const & s);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const override;
        ///