remove reference "const int32_t&" -> const int32_t"
[ardour.git] / libs / ardour / ardour / iec1ppmdsp.h
index 3e0637716d277d7098fc491a0387a802f888e502..b6f1501db739a121dd770709af9ec964f71d7e18 100644 (file)
@@ -29,11 +29,11 @@ public:
     Iec1ppmdsp (void);
     ~Iec1ppmdsp (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: