change name of a Session method to makes its intended function clear
[ardour.git] / libs / ardour / ardour / audio_port.h
index f87b134e9e4644019a319803be75c7bf56072411..384de3ef5d0bcd8aad241547780c1e63e34e366b 100644 (file)
@@ -26,7 +26,7 @@
 
 namespace ARDOUR {
 
-class AudioPort : public Port
+class LIBARDOUR_API AudioPort : public Port
 {
    public:
        ~AudioPort ();
@@ -54,7 +54,7 @@ class AudioPort : public Port
 
   private:
        AudioBuffer* _buffer;
-        bool         _buf_valid; 
+        bool         _buf_valid;
 };
 
 } // namespace ARDOUR