aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gsm/receiver.h2
1 files changed, 1 insertions, 1 deletions
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 @@ namespace gr {
* 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;