]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathArray.cpp
Update my email and status.
[lyx.git] / src / mathed / InsetMathArray.cpp
index fd7ceebe31c8634089204d583bd4d1ee1bcdd985..821f4605e8f119a5fa74210d319ad9e9d06f4887 100644 (file)
@@ -51,7 +51,7 @@ InsetMathArray::InsetMathArray(Buffer * buf, docstring const & name,
                istringstream ls(line);
                typedef istream_iterator<string> iter;
                vector<string> v = vector<string>(iter(ls), iter());
-               if (v.size())
+               if (!v.empty())
                        dat.push_back(v);
        }