diff --git a/include/spdlog/details/err_helper.h b/include/spdlog/details/err_helper.h index 14138291..bb6434b3 100644 --- a/include/spdlog/details/err_helper.h +++ b/include/spdlog/details/err_helper.h @@ -11,7 +11,7 @@ // by default, prints the error to stderr, thread safe namespace spdlog { namespace details { -class err_helper { +class SPDLOG_API err_helper { err_handler custom_err_handler_; public: void handle_ex(const std::string& origin, const source_loc& loc, const std::exception& ex) const;