We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05067a commit 3987931Copy full SHA for 3987931
1 file changed
CFDP/Checksum/Checksum.hpp
@@ -106,7 +106,7 @@ namespace CFDP {
106
//! Get the checksum value
107
U32 getValue() const;
108
109
- PRIVATE:
+ private:
110
111
// ----------------------------------------------------------------------
112
// Private instance methods
@@ -130,7 +130,7 @@ namespace CFDP {
130
const U8 offset //! The offset
131
);
132
133
134
135
136
// Private member variables
0 commit comments