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-bcm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CAN-binder/low-can-binding/utils/socketcan-bcm.hpp') diff --git a/CAN-binder/low-can-binding/utils/socketcan-bcm.hpp b/CAN-binder/low-can-binding/utils/socketcan-bcm.hpp index 63c728ca..c0a1bb2e 100644 --- a/CAN-binder/low-can-binding/utils/socketcan-bcm.hpp +++ b/CAN-binder/low-can-binding/utils/socketcan-bcm.hpp @@ -38,7 +38,7 @@ namespace utils { public: socketcan_bcm_t(); - socketcan_bcm_t(const socketcan_bcm_t&) = delete; + socketcan_bcm_t(const socketcan_bcm_t&); socketcan_bcm_t(socketcan_bcm_t&&); virtual ~socketcan_bcm_t(); -- cgit 1.2.3-korg