Skip to content

Commit

Permalink
Merge pull request #864 from DimRochette/v1.x
Browse files Browse the repository at this point in the history
fix namespace of make_unique
  • Loading branch information
gabime authored Oct 10, 2018
2 parents f4c5c5a + 3079551 commit 10e809c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/spdlog/sinks/dist_sink.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class dist_sink : public base_sink<Mutex>

void set_pattern_(const std::string &pattern) override
{
set_formatter_(spdlog::make_unique<spdlog::pattern_formatter>(pattern));
set_formatter_(details::make_unique<spdlog::pattern_formatter>(pattern));
}

void set_formatter_(std::unique_ptr<spdlog::formatter> sink_formatter) override
Expand Down

0 comments on commit 10e809c

Please sign in to comment.