summaryrefslogtreecommitdiff
path: root/include/shared/CAmDltWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/shared/CAmDltWrapper.h')
-rw-r--r--include/shared/CAmDltWrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/shared/CAmDltWrapper.h b/include/shared/CAmDltWrapper.h
index 410acce..177fd98 100644
--- a/include/shared/CAmDltWrapper.h
+++ b/include/shared/CAmDltWrapper.h
@@ -109,7 +109,7 @@ public:
void append(const char*& value);
void append(const std::string& value);
void append(const bool value);
- void append(am_Error_e value);
+ void append(const am_Error_e value);
#ifndef WITH_DLT
void enableNoDLTDebug(const bool enableNoDLTDebug = true);
#endif