Revision 0a9b999b gnuradio-core/src/lib/general/gr_fft_vfc.cc

b/gnuradio-core/src/lib/general/gr_fft_vfc.cc
1 1
/* -*- c++ -*- */
2 2
/*
3
 * Copyright 2004 Free Software Foundation, Inc.
3
 * Copyright 2004,2010 Free Software Foundation, Inc.
4 4
 * 
5 5
 * This file is part of GNU Radio
6 6
 * 
......
42 42
gr_fft_vfc_sptr
43 43
gr_make_fft_vfc (int fft_size, bool forward, const std::vector<float> window)
44 44
{
45
  return gr_fft_vfc_sptr (new gr_fft_vfc (fft_size, forward, window));
45
  return gnuradio::get_initial_sptr(new gr_fft_vfc (fft_size, forward, window));
46 46
}
47 47

48 48
gr_fft_vfc::gr_fft_vfc (int fft_size, bool forward, const std::vector<float> window)

Also available in: Unified diff