aboutsummaryrefslogtreecommitdiff
path: root/src/input_common/udp/client.h
diff options
context:
space:
mode:
authorAmeer J <52414509+ameerj@users.noreply.github.com>2021-02-09 20:19:56 -0500
committerGitHub <noreply@github.com>2021-02-09 20:19:56 -0500
commit70db238f80c523ac3f807de18e822698cc39a135 (patch)
tree8265e28e6327fa7021aabd28469b5bcdcd1e8bd5 /src/input_common/udp/client.h
parent245d60bfffdc00f1474053540a7f776612d427e6 (diff)
parenta352f34462887a3983fa0f2d27129d2bd0a8df6c (diff)
Merge pull request #5901 from lioncash/input-warn
udp: Silence warnings on Clang 12
Diffstat (limited to 'src/input_common/udp/client.h')
-rw-r--r--src/input_common/udp/client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input_common/udp/client.h b/src/input_common/udp/client.h
index 822f9c550..a523f6124 100644
--- a/src/input_common/udp/client.h
+++ b/src/input_common/udp/client.h
@@ -98,6 +98,9 @@ public:
private:
struct ClientData {
+ ClientData();
+ ~ClientData();
+
std::string host{"127.0.0.1"};
u16 port{26760};
std::size_t pad_index{};