Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
Fix compilation issue with MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed Jul 1, 2018
1 parent 3f08c5d commit 24ffae0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using namespace MellowPlayer::Infrastructure;
TEST_CASE("StreamingServiceLoaderTests")
{
DependencyPool pool;
auto loader = StreamingServiceLoader(pool.getSettings());
StreamingServiceLoader loader(pool.getSettings());

SECTION("load")
{
Expand Down

0 comments on commit 24ffae0

Please sign in to comment.