[traffxml] Adhere to naming convention for member names

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-05-04 16:49:40 +03:00
parent f0f847b214
commit 7be0b8a256
3 changed files with 6 additions and 6 deletions

View File

@@ -181,8 +181,8 @@ std::string DebugPrint(TraffEvent event)
{
std::ostringstream os;
os << "TraffEvent { ";
os << "class: " << DebugPrint(event.m_Class) << ", ";
os << "type: " << DebugPrint(event.m_Type) << ", ";
os << "class: " << DebugPrint(event.m_class) << ", ";
os << "type: " << DebugPrint(event.m_type) << ", ";
os << "length: " << (event.m_length ? std::to_string(event.m_length.value()) : "nullopt") << ", ";
os << "probability: " << (event.m_probability ? std::to_string(event.m_probability.value()) : "nullopt") << ", ";
// TODO optional quantifier