Fix compilation

This commit is contained in:
momo5502 2022-05-23 18:14:20 +02:00
parent c9793ce592
commit 13ff1ca4f0

View File

@ -7,7 +7,7 @@ namespace steam
{
void* get_dummy()
{
class blub
static class blub
{
public:
virtual uint64_t m0() { return 0; }