Add a couple of visibility specifiers that were missing
This commit is contained in:
parent
c7bc009b30
commit
944c32346b
@ -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
|
||||
|
@ -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__ */
|
||||
|
Loading…
Reference in New Issue
Block a user