1
Fork 0
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:
Joshua Goins 2024-04-01 15:03:10 -04:00
parent 4877862da0
commit b0122b736c

View file

@ -8,7 +8,7 @@
class LauncherCore; class LauncherCore;
class Profile; class Profile;
class LoginAuth; struct LoginAuth;
class GameRunner : public QObject class GameRunner : public QObject
{ {