]> git.lyx.org Git - lyx.git/blobdiff - src/InsetList.C
layout file converter for layout files in old format
[lyx.git] / src / InsetList.C
index cdb9fd471521319890ec1999e5df43fdd8705e11..5cd85c14daf946221c05f22b552d68045b7ec193 100644 (file)
@@ -31,7 +31,8 @@ namespace {
 
 typedef InsetList::InsetTable Table;
 
-struct InsetTablePosLess : public std::binary_function<Table, Table, bool> {
+class InsetTablePosLess : public std::binary_function<Table, Table, bool> {
+public:
        bool operator()(Table const & t1, Table const & t2) const
        {
                return t1.pos < t2.pos;