Use std::unique_ptr for stop service
This commit is contained in:
parent
40dec4900e
commit
42eba25c9b
@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#include <unistd.h> // popen, pclose, getpid
|
||||
#include <memory> // std::unique_ptr
|
||||
#include <array> // std::array
|
||||
#include <cstdio> // FILE
|
||||
#include <cstdio> // FILE, std::feof, std::fgets
|
||||
|
||||
namespace comfortable_swipe::service
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user