mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
add back required extern
This commit is contained in:
parent
e332900055
commit
adc2edc05c
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ namespace ARDOUR {
|
|||
LIBARDOUR_API void make_property_quarks ();
|
||||
|
||||
extern LIBARDOUR_API PBD::PropertyChange bounds_change;
|
||||
|
||||
|
||||
extern LIBARDOUR_API const char* const ardour_config_info;
|
||||
|
||||
LIBARDOUR_API void find_bindings_files (std::map<std::string,std::string>&);
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
namespace ARDOUR {
|
||||
|
||||
LIBARDOUR_API extern const char* revision;
|
||||
extern LIBARDOUR_API const char* revision;
|
||||
|
||||
extern "C" {
|
||||
LIBARDOUR_API const char* get_ardour_revision();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue