add back required extern

This commit is contained in:
Paul Davis 2014-01-14 15:11:32 -05:00
parent e332900055
commit adc2edc05c
2 changed files with 2 additions and 2 deletions

View File

@ -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>&);

View File

@ -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();