diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-16 08:50:03 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-16 09:19:38 +0200 |
commit | 4c5c3904a55a748f3453f5b067e2d6d0f0a11848 (patch) | |
tree | 523bf9f2129d523366555437c220b5878082b28a /ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h | |
parent | 7e3f2ec7b38d547e39d667b9ab188f90775dd3bf (diff) |
pt: rename for consistency with trackhat
We're going to merge to trackhat often so let's not introduce needless
conflicts.
PT headers need to be include-able.
Diffstat (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h')
-rw-r--r-- | ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h b/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h index fba755bd..30647412 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h @@ -13,7 +13,7 @@ #include "opentrack/options.hpp" using namespace options; -struct settings : opts +struct settings_pt : opts { value<QString> camera_name; value<int> cam_res_x, @@ -36,7 +36,7 @@ struct settings : opts value<bool> dynamic_pose; - settings() : + settings_pt() : opts("tracker-pt"), camera_name(b, "camera-name", ""), cam_res_x(b, "camera-res-width", 640), |