From 300536e5cdc18709d6fef9014e0fdb400f954e0d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 17 Oct 2013 15:07:18 -0400 Subject: add -fvisibility=hidden to libmidi++ and make things work --- libs/midi++2/midi++/midnam_patch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/midi++2/midi++') diff --git a/libs/midi++2/midi++/midnam_patch.h b/libs/midi++2/midi++/midnam_patch.h index be409bcf8e..d67543429a 100644 --- a/libs/midi++2/midi++/midnam_patch.h +++ b/libs/midi++2/midi++/midnam_patch.h @@ -425,7 +425,7 @@ private: MasterDeviceNames::Models _all_models; }; -extern const char* general_midi_program_names[128]; /* 0 .. 127 */ +LIBMIDIPP_API extern const char* general_midi_program_names[128]; /* 0 .. 127 */ } -- cgit v1.2.3