Tracks calls tracks "Tracks"; Ardour uses type-names
[ardour.git] / libs / ardour / ardour / export_format_base.h
index 7ffb433e1af3a65c8a031e42cb7574974a836b39..aa2ef69240e55bca9a5c97c7abe9ea2e543b75ea 100644 (file)
@@ -97,7 +97,7 @@ class LIBARDOUR_API ExportFormatBase {
                SR_None = 0,
                SR_Session = 1,
                SR_8 = 8000,
-               SR_22_05 = 220500,
+               SR_22_05 = 22050,
                SR_44_1 = 44100,
                SR_48 = 48000,
                SR_88_2 = 88200,
@@ -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) { }