Merged eb/gcell -r8215:8243 into trunk. This adds gr-gcell, the GNU
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_fft_vcc.i
index 49ea4e4512a1e3486c43b97c9ea3dba4f900baf9..24757137405f2bc8af7eb76b91f0062fff1ed32f 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2004,2007 Free Software Foundation, Inc.
+ * Copyright 2004,2007,2008 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -28,8 +28,8 @@ gr_make_fft_vcc (int fft_size, bool forward, const std::vector<float> window, bo
 class gr_fft_vcc : public gr_sync_block
 {
  protected:
-  gr_fft_vcc (int fft_size, bool forward, const std::vector<float> window, bool shift);
+  gr_fft_vcc (int fft_size, bool forward, const std::vector<float> &window, bool shift);
 
  public:
-  bool set_window(const std::vector<float> window);
+  bool set_window(const std::vector<float> &window);
 };