mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
Add a couple of visibility specifiers that were missing
This commit is contained in:
parent
c7bc009b30
commit
944c32346b
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue