summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-02-05 09:35:05 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-02-05 10:16:37 +0100
commitce77c38d48c8abea0b31681dc44587c9a5683f26 (patch)
treedf1f2f212f57842a0a2aa65a708d658788437f14 /tracker-pt
parent3b389cb31f77fb86dcab87f8ad979cd852908fba (diff)
tracker/pt: fix warning on Linux
Diffstat (limited to 'tracker-pt')
-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 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);