Update base_sink.cpp

pull/1884/head
Gabi Melman 5 years ago committed by GitHub
parent 04e921add4
commit c8d26d9b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,5 +59,5 @@ void spdlog::sinks::base_sink<Mutex>::set_formatter_(std::unique_ptr<spdlog::for
}
// template instantiations
template class spdlog::sinks::base_sink<std::mutex>;
template class spdlog::sinks::base_sink<spdlog::details::null_mutex>;
template class SPDLOG_API spdlog::sinks::base_sink<std::mutex>;
template class SPDLOG_API spdlog::sinks::base_sink<spdlog::details::null_mutex>;

Loading…
Cancel
Save