From 7679cd97dc4c20103f8afb364437dbcfd359befc Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 3 May 2017 18:23:20 +0200 Subject: Fix: constructor and include file missing. Copy constructors are allowed since socket will never be closed during binding runs. Change-Id: Ie33e4b7e885d45e1ffeb980400df00ae2a97e45d Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/utils/socketcan-raw.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CAN-binder/low-can-binding/utils/socketcan-raw.hpp') diff --git a/CAN-binder/low-can-binding/utils/socketcan-raw.hpp b/CAN-binder/low-can-binding/utils/socketcan-raw.hpp index 3c91029f..71573da4 100644 --- a/CAN-binder/low-can-binding/utils/socketcan-raw.hpp +++ b/CAN-binder/low-can-binding/utils/socketcan-raw.hpp @@ -24,7 +24,7 @@ namespace utils { public: socketcan_raw_t(); - socketcan_raw_t(const socketcan_raw_t&) = delete; + socketcan_raw_t(const socketcan_raw_t&); socketcan_raw_t(socketcan_raw_t&&); virtual ~socketcan_raw_t(); -- cgit 1.2.3-korg