mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 01:00:22 +00:00
Fix conflict again
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <launch/LaunchStep.h>
|
||||
#include <minecraft/auth/Account.h>
|
||||
#include <minecraft/auth/MinecraftAccount.h>
|
||||
|
||||
class ClaimAccount: public LaunchStep
|
||||
{
|
||||
@@ -33,5 +33,5 @@ public:
|
||||
}
|
||||
private:
|
||||
std::unique_ptr<UseLock> lock;
|
||||
AccountPtr m_account;
|
||||
MinecraftAccountPtr m_account;
|
||||
};
|
||||
|
Reference in New Issue
Block a user