From 1418dccc89f554202e33d4d743c910407e8710a6 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 7 Jun 2011 22:27:35 -0400 Subject: qtgui: partially switch to gruel high res timer --- gr-qtgui/lib/FrequencyDisplayPlot.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-qtgui/lib/FrequencyDisplayPlot.cc') diff --git a/gr-qtgui/lib/FrequencyDisplayPlot.cc b/gr-qtgui/lib/FrequencyDisplayPlot.cc index e8c8e230d..6b3fa175b 100644 --- a/gr-qtgui/lib/FrequencyDisplayPlot.cc +++ b/gr-qtgui/lib/FrequencyDisplayPlot.cc @@ -120,7 +120,7 @@ FrequencyDisplayPlot::FrequencyDisplayPlot(QWidget* parent) _startFrequency = 0; _stopFrequency = 4000; - highres_timespec_reset(&_lastReplot); + highres_timespec_reset(_lastReplot); resize(parent->width(), parent->height()); -- cgit