mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 04:37:46 +00:00
Fix compile warning about class/struct mixup
This commit is contained in:
parent
4877862da0
commit
b0122b736c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
class LauncherCore;
|
class LauncherCore;
|
||||||
class Profile;
|
class Profile;
|
||||||
class LoginAuth;
|
struct LoginAuth;
|
||||||
|
|
||||||
class GameRunner : public QObject
|
class GameRunner : public QObject
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue