diff options
Diffstat (limited to 'launcher/minecraft/launch/ClaimAccount.h')
-rw-r--r-- | launcher/minecraft/launch/ClaimAccount.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/minecraft/launch/ClaimAccount.h b/launcher/minecraft/launch/ClaimAccount.h index c5bd75f3..cb4de23f 100644 --- a/launcher/minecraft/launch/ClaimAccount.h +++ b/launcher/minecraft/launch/ClaimAccount.h @@ -16,7 +16,7 @@ #pragma once #include <launch/LaunchStep.h> -#include <minecraft/auth/MojangAccount.h> +#include <minecraft/auth/MinecraftAccount.h> class ClaimAccount: public LaunchStep { @@ -33,5 +33,5 @@ public: } private: std::unique_ptr<UseLock> lock; - MojangAccountPtr m_account; + MinecraftAccountPtr m_account; }; |