WIP: G-code viewer menu, refactoring of starting a background process.

This commit is contained in:
bubnikv 2020-09-07 15:55:03 +02:00
parent 014a90b51b
commit fd4c28ed91
3 changed files with 11 additions and 22 deletions

View file

@ -1,5 +1,5 @@
#ifndef THREAD_HPP
#define THREAD_HPP
#ifndef GUI_THREAD_HPP
#define GUI_THREAD_HPP
#include <utility>
#include <boost/thread.hpp>
@ -25,4 +25,4 @@ template<class Fn> inline boost::thread create_thread(Fn &&fn)
}
#endif // THREAD_HPP
#endif // GUI_THREAD_HPP