]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.h
Fix build with GNU libstdc++ C++11 ABI
[lyx.git] / src / mathed / InsetMath.h
index 5e5f492dc925a260e0989940b142eff92c122628..325f79ae9e200eab0153706a4320a1accd1385b4 100644 (file)
@@ -177,7 +177,10 @@ public:
        /// access to the lock (only nest array have one)
        virtual void lock(bool) {}
 
-       /// write LaTeX and Lyx code
+       // Indicate that we do not want to hide the normal version of
+       // write(). This is to shut off a clang warning.
+       using Inset::write;
+       /// write LaTeX and LyX code
        virtual void write(WriteStream & os) const;
        /// write normalized content
        virtual void normalize(NormalStream &) const;