]> git.lyx.org Git - lyx.git/blobdiff - src/BufferList.cpp
More headers from lstrings.
[lyx.git] / src / BufferList.cpp
index f756384bf455a4f9aab2b9b28b50aab3d38f2258..2348ac610348b28d96634f877a79a87bfefa7962 100644 (file)
@@ -265,11 +265,13 @@ bool BufferList::exists(FileName const & fname) const
 
 
 namespace {
+
 struct equivalent_to : public binary_function<FileName, FileName, bool>
 {
        bool operator()(FileName const & x, FileName const & y) const
        { return equivalent(x, y); }
 };
+
 }