aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPiotr K <pkrysik@elka.pw.edu.pl>2014-08-07 17:02:13 +0200
committerPiotr K <pkrysik@elka.pw.edu.pl>2014-08-07 17:02:13 +0200
commit8e4d72721e2458b9eec64c076c0baa356e5e8a7f (patch)
treed28392f177c693339150fbf450537092663d1b71 /include
parent608a08e0a5334bfeabc68c95bbbfbc0f9634e310 (diff)
...
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;