From 10a4b2d3eda15101d527249ad799c93bb1097d52 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Tue, 14 Jan 2014 10:13:12 +0000 Subject: 'libs/ardour' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) --- libs/ardour/ardour/export_format_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/export_format_base.h') diff --git a/libs/ardour/ardour/export_format_base.h b/libs/ardour/ardour/export_format_base.h index 7ffb433e1a..7f09d148fe 100644 --- a/libs/ardour/ardour/export_format_base.h +++ b/libs/ardour/ardour/export_format_base.h @@ -114,7 +114,7 @@ class LIBARDOUR_API ExportFormatBase { }; /// Class for managing selection and compatibility states - class SelectableCompatible { + class LIBARDOUR_API SelectableCompatible { public: SelectableCompatible () : _selected (false), _compatible (true) { } -- cgit v1.2.3