]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.cpp
Fix bug #6751: Assert when changing number of columns in 'simple' math-inset.
[lyx.git] / src / LyX.cpp
index 99ec2e46a3b0f4f8b2852d0d809ad197a74421ac..49ee0b081b65c2980e599aabfb66b36b0a12025d 100644 (file)
@@ -62,7 +62,7 @@
 #include "support/Path.h"
 #include "support/Systemcall.h"
 
-#include <boost/bind.hpp>
+#include "support/bind.h"
 #include <boost/scoped_ptr.hpp>
 
 #include <algorithm>
@@ -484,7 +484,7 @@ bool LyX::loadFiles()
                        ErrorList const & el = buf->errorList("Parse");
                        if (!el.empty())
                                for_each(el.begin(), el.end(),
-                               boost::bind(&LyX::printError, this, _1));
+                               bind(&LyX::printError, this, _1));
                }
                else {
                        pimpl_->buffer_list_.release(buf);