From dd5dbddb8a5ebe16188f4743e12673bdaef5a08c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 13 Nov 2017 08:26:22 +0200 Subject: Add missing symbol exports --- cutl/fs/path.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cutl') diff --git a/cutl/fs/path.cxx b/cutl/fs/path.cxx index 79c5f26..6f93e29 100644 --- a/cutl/fs/path.cxx +++ b/cutl/fs/path.cxx @@ -34,7 +34,7 @@ namespace cutl // template <> - basic_path basic_path:: + LIBCUTL_EXPORT basic_path basic_path:: current () { #ifdef _WIN32 @@ -51,7 +51,7 @@ namespace cutl } template <> - void basic_path:: + LIBCUTL_EXPORT void basic_path:: current (basic_path const& p) { string_type const& s (p.string ()); @@ -73,7 +73,7 @@ namespace cutl // template <> - basic_path basic_path:: + LIBCUTL_EXPORT basic_path basic_path:: current () { #ifdef _WIN32 @@ -94,7 +94,7 @@ namespace cutl } template <> - void basic_path:: + LIBCUTL_EXPORT void basic_path:: current (basic_path const& p) { string_type const& s (p.string ()); -- cgit v1.1