Annotation of mystuff-orcaslicer/cad/orcaslicer/patches/patch-src_libslic3r_GCodeSender_hpp, Revision 1.2
1.2 ! afresh1 1: https://bugs.gentoo.org/946495
! 2: https://github.com/prusa3d/PrusaSlicer/issues/13799
1.1 afresh1 3:
4: Index: src/libslic3r/GCodeSender.hpp
5: --- src/libslic3r/GCodeSender.hpp.orig
6: +++ src/libslic3r/GCodeSender.hpp
7: @@ -35,7 +35,7 @@ class GCodeSender : private boost::noncopyable {
8: void reset();
9:
10: private:
11: - asio::io_service io;
12: + asio::io_context io;
13: asio::serial_port serial;
14: boost::thread background_thread;
15: boost::asio::streambuf read_buffer, write_buffer;
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>