aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CAN-binder/low-can-binding/can/can-bus.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CAN-binder/low-can-binding/can/can-bus.hpp b/CAN-binder/low-can-binding/can/can-bus.hpp
index 5715c748..764218d8 100644
--- a/CAN-binder/low-can-binding/can/can-bus.hpp
+++ b/CAN-binder/low-can-binding/can/can-bus.hpp
@@ -49,7 +49,7 @@
class can_bus_t
{
private:
- utils::config_parser_t& conf_file_; ///< configuration file handle used to initialize can_bus_dev_t objects.
+ utils::config_parser_t conf_file_; ///< configuration file handle used to initialize can_bus_dev_t objects.
void can_decode_message();
std::thread th_decoding_; ///< thread that'll handle decoding a can frame