aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/Packet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/Packet.cpp')
-rw-r--r--src/profiling/Packet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profiling/Packet.cpp b/src/profiling/Packet.cpp
index d0650a2aff..44d5ac19e9 100644
--- a/src/profiling/Packet.cpp
+++ b/src/profiling/Packet.cpp
@@ -31,7 +31,7 @@ std::uint32_t Packet::GetLength() const
return m_Length;
}
-const char* Packet::GetData()
+const char* Packet::GetData() const
{
return m_Data;
}