From c88d9ee1dbab9e7bd98dfd626c2f8a67f6c5b81a Mon Sep 17 00:00:00 2001 From: Fanda Vacek Date: Sun, 8 Jan 2023 10:52:33 +0100 Subject: [PATCH] shv::core::utils::joinPath() exported --- libshvcore/src/utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libshvcore/src/utils.h b/libshvcore/src/utils.h index 5b268982c..84077e671 100644 --- a/libshvcore/src/utils.h +++ b/libshvcore/src/utils.h @@ -150,8 +150,8 @@ class SHVCORE_DECL_EXPORT Utils }; namespace utils { -std::string joinPath(const StringView &p1, const StringView &p2); -std::string joinPath(); +SHVCORE_DECL_EXPORT std::string joinPath(const StringView &p1, const StringView &p2); +SHVCORE_DECL_EXPORT std::string joinPath(); template StringType joinPath(const StringType& str) {