Skip to content

Commit

Permalink
shv::core::utils::joinPath() exported
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanda Vacek committed Jan 8, 2023
1 parent 53aae57 commit c88d9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libshvcore/src/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <typename StringType>
StringType joinPath(const StringType& str)
{
Expand Down

0 comments on commit c88d9ee

Please sign in to comment.