From 1b855efd5eb21ef802d15f6a531878754904ad4d Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 26 Feb 2019 22:38:34 -0500 Subject: common/vector_math: Move Vec[x] types into the Common namespace These types are within the common library, so they should be using the Common namespace. --- src/core/frontend/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/frontend') diff --git a/src/core/frontend/input.h b/src/core/frontend/input.h index 16fdcd376..7c11d7546 100644 --- a/src/core/frontend/input.h +++ b/src/core/frontend/input.h @@ -124,7 +124,7 @@ using AnalogDevice = InputDevice>; * Orientation is determined by right-hand rule. * Units: deg/sec */ -using MotionDevice = InputDevice, Math::Vec3>>; +using MotionDevice = InputDevice, Common::Vec3>>; /** * A touch device is an input device that returns a tuple of two floats and a bool. The floats are -- cgit v1.2.3