Remove Boost from distribution and fix some more things for Windows compilation

This commit is contained in:
Alessandro Ranellucci 2015-11-06 11:34:37 +01:00
parent e7d2be842d
commit ca48501f91
1644 changed files with 8 additions and 308678 deletions

View file

@ -424,7 +424,9 @@ GCodeSender::do_send(const std::string &line)
#ifdef SLIC3RXS
#include <myinit.h>
__REGISTER_CLASS(Slic3r::GCodeSender, "GCode::Sender");
namespace Slic3r {
__REGISTER_CLASS(GCodeSender, "GCode::Sender");
}
#endif
#endif