We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e75a0 commit 7303f87Copy full SHA for 7303f87
sbe-tool/src/main/cpp/otf/Encoding.h
@@ -414,17 +414,17 @@ class Encoding
414
}
415
416
417
- inline const Presence presence() const
+ inline Presence presence() const
418
{
419
return m_presence;
420
421
422
- inline const ByteOrder byteOrder() const
+ inline ByteOrder byteOrder() const
423
424
return m_byteOrder;
425
426
427
- inline const PrimitiveType primitiveType() const
+ inline PrimitiveType primitiveType() const
428
429
return m_primitiveType;
430
sbe-tool/src/main/cpp/otf/Token.h
@@ -92,7 +92,7 @@ class Token
92
93
94
95
- inline const Signal signal() const
+ inline Signal signal() const
96
97
return m_signal;
98
0 commit comments