]> git.lyx.org Git - lyx.git/blobdiff - src/InsetList.C
ws changes only
[lyx.git] / src / InsetList.C
index a4f03528254320daabb7af333ba86461ecf31b75..95471333836113139334f4de111a9b97dbf2a8e8 100644 (file)
@@ -3,7 +3,7 @@
 #include "InsetList.h"
 #include "debug.h"
 
-#include "insets/inset.h"
+#include "insets/updatableinset.h"
 
 #include <algorithm>
 
@@ -19,7 +19,8 @@ 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;
        }
 };