remove reference "const int32_t&" -> const int32_t"
[ardour.git] / libs / ardour / ardour / iec2ppmdsp.h
index aa5a90cdb9dadb68dca5aa27e6cb1c39a5430c5d..6a3852da1dfeac2e29ade396c880ba3e2f99a967 100644 (file)
@@ -29,11 +29,11 @@ public:
     Iec2ppmdsp (void);
     ~Iec2ppmdsp (void);
 
-    void process (float *p, int n);  
+    void process (float const *p, int n);
     float read (void);
     void reset ();
 
-    static void init (float fsamp); 
+    static void init (float fsamp);
 
 private: