diff options
Diffstat (limited to 'include/DebuggerKit')
| -rw-r--r-- | include/DebuggerKit/Detail/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/DebuggerKit/Detail/Config.h b/include/DebuggerKit/Detail/Config.h index 0ea3ba1..f5593fd 100644 --- a/include/DebuggerKit/Detail/Config.h +++ b/include/DebuggerKit/Detail/Config.h @@ -61,6 +61,6 @@ namespace Detail { constexpr uint16_t kDebugVersion = 0x0100; constexpr auto kDebugDelim = ';'; constexpr auto kDebugEnd = '\r'; - using dk_socket_type = int64_t; + using dk_socket_type = int64_t; } // namespace Detail } // namespace DebuggerKit
\ No newline at end of file |
