]> git.gag.com Git - debian/gnuradio/commitdiff
Fixed base class type. Thanks Achilleas!
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 1 Jun 2009 02:49:23 +0000 (02:49 +0000)
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 1 Jun 2009 02:49:23 +0000 (02:49 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11167 221aa14e-8319-0410-a670-987f0aec2ac5

gnuradio-core/src/lib/general/gr_ofdm_cyclic_prefixer.i

index 215144026a202f6c38102ed026f81ebd2f425ca6..9fd8521a20cf88edb12e97e903780f785723822c 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2006 Free Software Foundation, Inc.
+ * Copyright 2006,2009 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -25,7 +25,7 @@ GR_SWIG_BLOCK_MAGIC(gr,ofdm_cyclic_prefixer)
 gr_ofdm_cyclic_prefixer_sptr 
 gr_make_ofdm_cyclic_prefixer (size_t input_size, size_t output_size);
 
-class gr_ofdm_cyclic_prefixer : public gr_sync_decimator
+class gr_ofdm_cyclic_prefixer : public gr_sync_interpolator
 {
  protected:
   gr_ofdm_cyclic_prefixer (size_t input_size, size_t output_size);