mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-23 15:54:07 +01:00
lsteamclient: Fix up compiler warning
This commit is contained in:
parent
358e8a7c42
commit
ee7717eed1
1 changed files with 3 additions and 3 deletions
|
|
@ -98,11 +98,11 @@ void gccServerListResponse001_RefreshComplete(struct gccServerListResponse *_thi
|
||||||
}
|
}
|
||||||
|
|
||||||
struct gccServerListResponse001Vtbl {
|
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_vtbl = {
|
||||||
gccServerListResponse001_ServerResponded,
|
gccServerListResponse001_ServerResponded,
|
||||||
gccServerListResponse001_ServerFailedToRespond,
|
gccServerListResponse001_ServerFailedToRespond,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue