diff options
Diffstat (limited to 'gr-qtgui/lib/qtgui_time_sink_f.h')
-rw-r--r-- | gr-qtgui/lib/qtgui_time_sink_f.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-qtgui/lib/qtgui_time_sink_f.h b/gr-qtgui/lib/qtgui_time_sink_f.h index 7cb0a9d37..632246c6e 100644 --- a/gr-qtgui/lib/qtgui_time_sink_f.h +++ b/gr-qtgui/lib/qtgui_time_sink_f.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_f(); |