diff options
| author | Nikita Kostovsky <nikita@kostovsky.me> | 2026-07-15 10:13:10 +0200 |
|---|---|---|
| committer | Nikita Kostovsky <nikita@kostovsky.me> | 2026-07-15 10:13:10 +0200 |
| commit | 2aefb6902465c3c8a313f95bb1b7d9a80fe4c52a (patch) | |
| tree | 525cafbc1a9f38df2f0d2ebe6fe9fd206e5f30d0 /src/profile.h | |
| parent | 169ddcb09cd26fa0a685f691f63b49e70e1be93b (diff) | |
in the middle of non-linear pixels debuggingconflicting_master
Diffstat (limited to 'src/profile.h')
| -rw-r--r-- | src/profile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/profile.h b/src/profile.h index 0e2f839..6a4d6f3 100644 --- a/src/profile.h +++ b/src/profile.h @@ -13,9 +13,9 @@ public: public: // TODO: make private/protected - explicit Profile(const Pixels& pixels, - const CalibrationTablePtr calibrationTableZ, - const CalibrationTablePtr calibrationTableX); + explicit Profile(const Pixels &pixels, + const op::CalibrationTablePtr calibrationTableZ, + const op::CalibrationTablePtr calibrationTableX); public: const Counters& counters() const; |
