diff --git a/Core/Debugger/WebSocket/ClientConfigSubscriber.cpp b/Core/Debugger/WebSocket/ClientConfigSubscriber.cpp index f001dc09e6..9f8ca67278 100644 --- a/Core/Debugger/WebSocket/ClientConfigSubscriber.cpp +++ b/Core/Debugger/WebSocket/ClientConfigSubscriber.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018- PPSSPP Project. +// Copyright (c) 2023- PPSSPP Project. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Core/Debugger/WebSocket/ClientConfigSubscriber.h b/Core/Debugger/WebSocket/ClientConfigSubscriber.h index edf4b8a0e5..055464b6dc 100644 --- a/Core/Debugger/WebSocket/ClientConfigSubscriber.h +++ b/Core/Debugger/WebSocket/ClientConfigSubscriber.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018- PPSSPP Project. +// Copyright (c) 2023- PPSSPP Project. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -22,4 +22,4 @@ DebuggerSubscriber *WebSocketClientConfigInit(DebuggerEventHandlerMap &map); void WebSocketBroadcastConfigSet(DebuggerRequest &req); -void WebSocketBroadcastConfigGet(DebuggerRequest &req); \ No newline at end of file +void WebSocketBroadcastConfigGet(DebuggerRequest &req); diff --git a/Core/Debugger/WebSocket/WebSocketUtils.h b/Core/Debugger/WebSocket/WebSocketUtils.h index 76a8a087a5..c5cbb32c88 100644 --- a/Core/Debugger/WebSocket/WebSocketUtils.h +++ b/Core/Debugger/WebSocket/WebSocketUtils.h @@ -34,9 +34,7 @@ using namespace json; struct WebSocketClientInfo { - WebSocketClientInfo() : name(), version(), disallowed() { - - } + WebSocketClientInfo() = default; std::string name; std::string version;