summaryrefslogtreecommitdiff
path: root/gr-analog/include/analog/noise_source_X.h.t
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-11-12 21:56:06 -0500
committerTom Rondeau <trondeau@vt.edu>2012-11-12 21:56:06 -0500
commit0613db37aa3d87eb3cce2841fa210abc6b7f9c22 (patch)
tree305ea14c939e945017bf9bc9510a44246b301076 /gr-analog/include/analog/noise_source_X.h.t
parentbbbbf8b042c3443415ae766bf7b6a26134c0119d (diff)
qtgui: Fixed some build issues and made sure all qtgui examples work.
analog: also fixed having a default arg for noise_source seed in Python.
Diffstat (limited to 'gr-analog/include/analog/noise_source_X.h.t')
-rw-r--r--gr-analog/include/analog/noise_source_X.h.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-analog/include/analog/noise_source_X.h.t b/gr-analog/include/analog/noise_source_X.h.t
index 9d1be6fedf..27d20cd072 100644
--- a/gr-analog/include/analog/noise_source_X.h.t
+++ b/gr-analog/include/analog/noise_source_X.h.t
@@ -53,7 +53,7 @@ namespace gr {
* \param seed seed for random generators. Note that for uniform and
* Gaussian distributions, this should be a negative number.
*/
- static sptr make(noise_type_t type, float ampl, long seed);
+ static sptr make(noise_type_t type, float ampl, long seed=0);
virtual void set_type(noise_type_t type) = 0;
virtual void set_amplitude(float ampl) = 0;