13
0

Add a couple of visibility specifiers that were missing

This commit is contained in:
John Emmas 2014-03-08 11:29:52 +00:00
parent c7bc009b30
commit 944c32346b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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__ */