Skip to content

Commit 5834222

Browse files
authored
Merge pull request #441 from daveshep666/master
Made lengthOfType inline
2 parents 1764fe4 + ee452cd commit 5834222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbe-tool/src/main/cpp/otf/Encoding.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ enum class Presence : int
9797
SBE_CONSTANT = 2
9898
};
9999

100-
std::size_t lengthOfType(PrimitiveType type)
100+
inline std::size_t lengthOfType(PrimitiveType type)
101101
{
102102
switch (type)
103103
{

0 commit comments

Comments
 (0)