From ee7717eed13bc91ba8cd1cb3162beb244d8e8787 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Mon, 25 Feb 2019 11:26:32 -0600 Subject: [PATCH] lsteamclient: Fix up compiler warning --- lsteamclient/steamclient_wrappers.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lsteamclient/steamclient_wrappers.c b/lsteamclient/steamclient_wrappers.c index 7540afb4..adede0b2 100644 --- a/lsteamclient/steamclient_wrappers.c +++ b/lsteamclient/steamclient_wrappers.c @@ -98,11 +98,11 @@ void gccServerListResponse001_RefreshComplete(struct gccServerListResponse *_thi } struct gccServerListResponse001Vtbl { - void (*ServerResponded)(struct gccServerListResponse001 *, int); + void (*ServerResponded)(struct gccServerListResponse *, int); - void (*ServerFailedToRespond)(struct gccServerListResponse001 *, int); + void (*ServerFailedToRespond)(struct gccServerListResponse *, int); - void (*RefreshComplete)(struct gccServerListResponse001 *, EMatchMakingServerResponse); + void (*RefreshComplete)(struct gccServerListResponse *, EMatchMakingServerResponse); } gccServerListResponse001_vtbl = { gccServerListResponse001_ServerResponded, gccServerListResponse001_ServerFailedToRespond,