diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 15:19:01 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 15:19:01 +0200 |
commit | 350edf6e5c1f253a300fd0b7db6591082558d937 (patch) | |
tree | a6787e1e3c7243da416f1dc9828f113cbbdcbaa4 /ftnoir_tracker_ht | |
parent | a42c19579c5c7a980c2826c7e015821d2e4d4b1d (diff) |
needless compat api breakage
Diffstat (limited to 'ftnoir_tracker_ht')
-rw-r--r-- | ftnoir_tracker_ht/ftnoir_tracker_ht.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp index 14d5faa1..15bf3a76 100644 --- a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp +++ b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp @@ -138,7 +138,7 @@ void Tracker::load_settings(ht_config_t* config) Tracker::Tracker() : lck_shm(HT_SHM_NAME, HT_MUTEX_NAME, sizeof(ht_shm_t)), - shm(reinterpret_cast<ht_shm_t*>(lck_shm.mem)), + shm(reinterpret_cast<ht_shm_t*>(lck_shm.ptr())), videoWidget(nullptr), layout(nullptr) { |