summaryrefslogtreecommitdiffstats
path: root/ll-can-binding.h
diff options
context:
space:
mode:
Diffstat (limited to 'll-can-binding.h')
-rw-r--r--ll-can-binding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ll-can-binding.h b/ll-can-binding.h
index 0a6a230..8e0ee27 100644
--- a/ll-can-binding.h
+++ b/ll-can-binding.h
@@ -45,7 +45,7 @@ static const char * const type_NAMES[type_size] = {
/* CAN variable initialization */
struct canfd_frame canfd_frame;
-struct can_handler {
+class can_handle {
int socket;
char *device;
bool is_fdmode_on;