aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/Packet.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/Packet.hpp')
-rw-r--r--src/profiling/Packet.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profiling/Packet.hpp b/src/profiling/Packet.hpp
index b350f7c2ca..c5e7f3c029 100644
--- a/src/profiling/Packet.hpp
+++ b/src/profiling/Packet.hpp
@@ -35,7 +35,7 @@ public:
uint32_t GetPacketFamily() const;
uint32_t GetPacketId() const;
uint32_t GetLength() const;
- const char* GetData();
+ const char* GetData() const;
uint32_t GetPacketClass() const;
uint32_t GetPacketType() const;