diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-05 09:35:05 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-05 10:16:37 +0100 |
commit | ce77c38d48c8abea0b31681dc44587c9a5683f26 (patch) | |
tree | df1f2f212f57842a0a2aa65a708d658788437f14 | |
parent | 3b389cb31f77fb86dcab87f8ad979cd852908fba (diff) |
tracker/pt: fix warning on Linux
-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); |