aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm/decoding
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-06-29 22:22:27 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-06-29 22:22:27 +0200
commit0a60e7a70a44bc5b3bb49be1ca623c93f9d339ee (patch)
tree43b4d65f2c8dd691f7d31e726d8ae4ea349ab509 /include/grgsm/decoding
parent72db257caa467138dcf5ca26b039b3e52e6717ca (diff)
Corrections of tch/f decoder - removal of parameter continued
Diffstat (limited to 'include/grgsm/decoding')
-rw-r--r--include/grgsm/decoding/tch_f_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grgsm/decoding/tch_f_decoder.h b/include/grgsm/decoding/tch_f_decoder.h
index 53f10bd..93fe971 100644
--- a/include/grgsm/decoding/tch_f_decoder.h
+++ b/include/grgsm/decoding/tch_f_decoder.h
@@ -62,7 +62,7 @@ namespace gr {
* class. gsm::tch_f_decoder::make is the public interface for
* creating new instances.
*/
- static sptr make(tch_mode mode, const std::string &file, bool boundary_check=false);
+ static sptr make(tch_mode mode, bool boundary_check=false);
};