Skip to content

Commit 43a3d9c

Browse files
changing definition of destructor to use default
1 parent 9a9ef24 commit 43a3d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/HardwareCAN.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace arduino
5454
class HardwareCAN
5555
{
5656
public:
57-
virtual ~HardwareCAN() {}
57+
virtual ~HardwareCAN() = default;
5858

5959

6060
/**

0 commit comments

Comments
 (0)