summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/qtgui_time_sink_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/lib/qtgui_time_sink_c.h')
-rw-r--r--gr-qtgui/lib/qtgui_time_sink_c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-qtgui/lib/qtgui_time_sink_c.h b/gr-qtgui/lib/qtgui_time_sink_c.h
index f06ffa8f5..459423c40 100644
--- a/gr-qtgui/lib/qtgui_time_sink_c.h
+++ b/gr-qtgui/lib/qtgui_time_sink_c.h
@@ -68,8 +68,8 @@ private:
QWidget *d_parent;
TimeDisplayForm *d_main_gui;
- highres_timespec d_current_time;
- highres_timespec d_last_time;
+ gruel::high_res_timer_type d_current_time;
+ gruel::high_res_timer_type d_last_time;
public:
~qtgui_time_sink_c();