merge with master.
[ardour.git] / libs / ardour / ardour / kmeterdsp.h
index eca3c76695300d9a95b8d980ed6b9487d034dbb4..7fe2b9d11b01eb8c322ed8ab0dd1761cbeb1fdf3 100644 (file)
 #ifndef __KMETERDSP_H
 #define        __KMETERDSP_H
 
-class Kmeterdsp
+#include "ardour/libardour_visibility.h"
+
+class LIBARDOUR_API Kmeterdsp
 {
 public:
 
     Kmeterdsp (void);
     ~Kmeterdsp (void);
 
-    void process (float *p, int n);
+    void process (float const *p, int n);
     float read ();
     void reset ();