summaryrefslogtreecommitdiffstats
path: root/src/can-decoder.h
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-02-16 17:56:14 +0000
committerRomain Forlot <romain.forlot@iot.bzh>2017-02-16 17:56:14 +0000
commit33fd70ab601d6a7a5cb561f3c0eca06d3677a535 (patch)
treefe65f0ffcbd8ab82ca6c12765dc44c971ffc880a /src/can-decoder.h
parent184b44bb06cae6f167c36948c436d445732eb864 (diff)
Change Decoder_c class name to decoder_t
Change-Id: I0f07e9a21cf067f6e3ceab73524628eb4ec731e9 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can-decoder.h')
-rw-r--r--src/can-decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/can-decoder.h b/src/can-decoder.h
index 249d5b00..3754baef 100644
--- a/src/can-decoder.h
+++ b/src/can-decoder.h
@@ -18,7 +18,7 @@
#pragma once
-class Decoder_c
+class decoder_t
{
private:
openxc_DynamicField decoded_value;