]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlatex.C
pos=string::npos for regex not found, use handcoded transform in lstring.C, fix the...
[lyx.git] / src / insets / insetlatex.C
index 590086a8dcab69604d1c7da959d7dedaed738106..a60f7b9ddb121cb095e0e4d67bd8a56dc9dda5e3 100644 (file)
@@ -126,7 +126,7 @@ bool InsetLatex::Deletable() const
 }
 
 
-Inset * InsetLatex::Clone()
+InsetLatex * InsetLatex::Clone() const
 {
        InsetLatex * result = new InsetLatex(contents);
        return result;