diff options
author | Michael L Dickens <mlk@alum.mit.edu> | 2013-01-07 08:42:36 -0500 |
---|---|---|
committer | Michael L Dickens <mlk@alum.mit.edu> | 2013-01-07 08:42:36 -0500 |
commit | 1d72dbaf448cb4a398223835b69b71ae3d2a6c22 (patch) | |
tree | 2e84446576313fe2df21fd982364073dc76e8a26 /gr-qtgui/lib/ConstellationDisplayPlot.h | |
parent | c03114f9861920b246c36bb7e6b2098dadacd60e (diff) | |
parent | 6ac84d93d4e41a68f9e2885ffc403ed2e0e11a27 (diff) |
Merge branch 'next' into fix_build_dir_order_next
Diffstat (limited to 'gr-qtgui/lib/ConstellationDisplayPlot.h')
-rw-r--r-- | gr-qtgui/lib/ConstellationDisplayPlot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-qtgui/lib/ConstellationDisplayPlot.h b/gr-qtgui/lib/ConstellationDisplayPlot.h index f3cbeef1cb..06a98cb6c4 100644 --- a/gr-qtgui/lib/ConstellationDisplayPlot.h +++ b/gr-qtgui/lib/ConstellationDisplayPlot.h @@ -36,13 +36,13 @@ public: ConstellationDisplayPlot(int nplots, QWidget*); virtual ~ConstellationDisplayPlot(); - void PlotNewData(const std::vector<double*> realDataPoints, + void plotNewData(const std::vector<double*> realDataPoints, const std::vector<double*> imagDataPoints, const int64_t numDataPoints, const double timeInterval); // Old method to be removed - void PlotNewData(const double* realDataPoints, + void plotNewData(const double* realDataPoints, const double* imagDataPoints, const int64_t numDataPoints, const double timeInterval); |