diff options
Diffstat (limited to 'tracker-pt/module/camera.h')
-rw-r--r-- | tracker-pt/module/camera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/module/camera.h b/tracker-pt/module/camera.h index 79e3dca0..05ca93dd 100644 --- a/tracker-pt/module/camera.h +++ b/tracker-pt/module/camera.h @@ -40,7 +40,7 @@ struct Camera final : pt_camera void show_camera_settings() override; private: - warn_result_unused bool _get_frame(cv::Mat& Frame); + cc_warn_unused_result bool _get_frame(cv::Mat& Frame); double dt_mean = 0, fov = 30; Timer t; |