summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-03-08 11:29:52 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-03-08 11:29:52 +0000
commit944c32346b3c6bb87fccb22f159bdd9297bae50d (patch)
tree768b8b452533d57a02807b6fe7b9e9db32477501 /libs/pbd
parentc7bc009b30dd1e19936c8bb7d301817190df3fec (diff)
Add a couple of visibility specifiers that were missing
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/pbd/search_path.h2
-rw-r--r--libs/pbd/pbd/windows_special_dirs.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/pbd/pbd/search_path.h b/libs/pbd/pbd/search_path.h
index 2ccd9bf0ee..e4c6c07847 100644
--- a/libs/pbd/pbd/search_path.h
+++ b/libs/pbd/pbd/search_path.h
@@ -110,7 +110,7 @@ protected:
LIBPBD_TEMPLATE_MEMBER_API void add_directories (const std::vector<std::string>& paths);
};
-void export_search_path (const std::string& base_dir, const char* varname, const char* dir);
+LIBPBD_API void export_search_path (const std::string& base_dir, const char* varname, const char* dir);
} // namespace PBD
diff --git a/libs/pbd/pbd/windows_special_dirs.h b/libs/pbd/pbd/windows_special_dirs.h
index b77b8c7945..b0c6f65bc7 100644
--- a/libs/pbd/pbd/windows_special_dirs.h
+++ b/libs/pbd/pbd/windows_special_dirs.h
@@ -21,7 +21,7 @@
#define __libpbd_windows_special_dirs_h__
namespace PBD {
- char * get_win_special_folder (int csidl);
+ LIBPBD_API char * get_win_special_folder (int csidl);
}
#endif /* __libpbd_windows_special_dirs_h__ */