]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/xarray.C
mathed95.diff
[lyx.git] / src / mathed / xarray.C
index e159e7294e518db40e0db87b8da1d7140dd888c4..688ef4b83ba22a044380d65ba4afd122dc941f01 100644 (file)
@@ -112,5 +112,6 @@ int MathXArray::width(int pos) const
 std::ostream & operator<<(std::ostream & os, MathXArray const & ar)
 {
        os << ar.data_;
+       return os;
 }