diff options
Diffstat (limited to 'tracker-pt')
-rw-r--r-- | tracker-pt/pt-api.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/pt-api.hpp b/tracker-pt/pt-api.hpp index 1b50bc15..e946c5d0 100644 --- a/tracker-pt/pt-api.hpp +++ b/tracker-pt/pt-api.hpp @@ -17,7 +17,7 @@ struct OTR_PT_EXPORT pt_camera_info final { - using f = typename types::f; + typedef typename types::f f; pt_camera_info(); static double get_focal_length(f fov, int res_x, int res_y); |