mirror of
https://github.com/vcmi/vcmi.git
synced 2025-05-31 22:59:54 +02:00
Compile fix
This commit is contained in:
parent
70549197b6
commit
5cd366dca3
@ -33,7 +33,7 @@ struct ResourceManagerTest : public Test//, public IResourceManager
|
||||
|
||||
ResourceManagerTest()
|
||||
{
|
||||
rm = std::make_unique<NiceMock<ResourceManagerMock>>(&gcm, &aim);
|
||||
rm = make_unique<NiceMock<ResourceManagerMock>>(&gcm, &aim);
|
||||
|
||||
//note: construct new goal for modfications
|
||||
invalidGoal = sptr(StrictMock<InvalidGoalMock>());
|
||||
|
Loading…
x
Reference in New Issue
Block a user