diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-16 11:18:19 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-16 11:18:19 +0200 |
commit | c1c54785d058d6fd0308538f902d8d1b2fbe0883 (patch) | |
tree | 125baaa0e78da0eb9ce12ce66468db5bc6b47a18 /opentrack | |
parent | a58dcfc17dd129f99102e969ad247aede6933f0e (diff) |
api/tracker: appease IDE. use consistent type alias.
Diffstat (limited to 'opentrack')
-rw-r--r-- | opentrack/tracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/tracker.h b/opentrack/tracker.h index c1cfa850..ea831eb0 100644 --- a/opentrack/tracker.h +++ b/opentrack/tracker.h @@ -71,7 +71,7 @@ private: double map(double pos, Mapping& axis); void logic(); - void t_compensate(const dmat<3, 3>& rmat, const double* ypr, double* output, bool rz); + void t_compensate(const rmat& rmat, const double* ypr, double* output, bool rz); void run() override; public: Tracker(main_settings& s, Mappings& m, SelectedLibraries& libs); |