summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/pt-api.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-pt/pt-api.hpp')
-rw-r--r--tracker-pt/pt-api.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/pt-api.hpp b/tracker-pt/pt-api.hpp
index 0ddfb4e1..a0d9a806 100644
--- a/tracker-pt/pt-api.hpp
+++ b/tracker-pt/pt-api.hpp
@@ -15,7 +15,7 @@
struct pt_camera_info final
{
- typedef typename types::f f;
+ using f = typename types::f;
pt_camera_info();
static double get_focal_length(f fov, int res_x, int res_y);