From 348c4380d695ee9d177360ce8804e4468bf0902f Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 28 Apr 2020 18:01:48 +0300 Subject: [PATCH] Fix #1535 --- include/spdlog/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 5b58c06a..6d2d473b 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -204,8 +204,8 @@ private: std::string msg_; }; -void throw_spdlog_ex(const std::string &msg, int last_errno); -void throw_spdlog_ex(std::string msg); +SPDLOG_API void throw_spdlog_ex(const std::string &msg, int last_errno); +SPDLOG_API void throw_spdlog_ex(std::string msg); struct source_loc {