aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/ProfilingConnectionDumpToFileDecorator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/ProfilingConnectionDumpToFileDecorator.hpp')
-rw-r--r--src/profiling/ProfilingConnectionDumpToFileDecorator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profiling/ProfilingConnectionDumpToFileDecorator.hpp b/src/profiling/ProfilingConnectionDumpToFileDecorator.hpp
index c2ae538138..cc79d954d9 100644
--- a/src/profiling/ProfilingConnectionDumpToFileDecorator.hpp
+++ b/src/profiling/ProfilingConnectionDumpToFileDecorator.hpp
@@ -64,7 +64,7 @@ private:
void DumpIncomingToFile(const Packet& packet);
- bool DumpOutgoingToFile(const char* buffer, uint32_t length);
+ bool DumpOutgoingToFile(const unsigned char* buffer, uint32_t length);
void Fail(const std::string& errorMessage);