]> git.lyx.org Git - lyx.git/blobdiff - src/InsetList.C
Oops...
[lyx.git] / src / InsetList.C
index dab5287baf2ead8e0133ea38dbd35c213987b98d..95471333836113139334f4de111a9b97dbf2a8e8 100644 (file)
@@ -19,7 +19,7 @@ struct MatchIt {
        /// used by lower_bound and upper_bound
        inline
        int operator()(InsetList::InsetTable const & a,
-                      InsetList::InsetTable const & b) const
+                      InsetList::InsetTable const & b) const
        {
                return a.pos < b.pos;
        }