diff options
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); |