Code cleanup, copyright typo fixed

This commit is contained in:
Nemoumbra 2023-06-16 17:13:10 +03:00
parent 3fbaea3b9a
commit 27a5482a46
3 changed files with 4 additions and 6 deletions

View file

@ -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

View file

@ -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);
void WebSocketBroadcastConfigGet(DebuggerRequest &req);

View file

@ -34,9 +34,7 @@
using namespace json;
struct WebSocketClientInfo {
WebSocketClientInfo() : name(), version(), disallowed() {
}
WebSocketClientInfo() = default;
std::string name;
std::string version;