...
diff --git a/include/gsm/receiver.h b/include/gsm/receiver.h
index d5bfa41..5aaca67 100644
--- a/include/gsm/receiver.h
+++ b/include/gsm/receiver.h
@@ -48,7 +48,7 @@
        * class. gsm::receiver::make is the public interface for
        * creating new instances.
        */
-      static sptr make(feval_dd * tuner, int osr, int arfcn);
+      static sptr make(int osr, int arfcn);
       
       virtual void set_arfcn(int arfcn) = 0;
       virtual void reset() = 0;