X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkObject.h;h=a172adb8362746a52c5a0706b8d77e10db0d98df;hb=7a86b21a88862240b2b56d165433cbcbb50ab316;hp=c2d9e9a2bb4e8b2ffde01643ac2b2be6ce52ffba;hpb=3f88d1b429d99eca0b5ca0627063e1d08fadefd6;p=bbtk.git diff --git a/kernel/src/bbtkObject.h b/kernel/src/bbtkObject.h index c2d9e9a..a172adb 100644 --- a/kernel/src/bbtkObject.h +++ b/kernel/src/bbtkObject.h @@ -105,6 +105,7 @@ namespace bbtk { if (s->mThisPointer.lock()) { +//EED 2018-07-11 minwg64 boost::shared_ptr p = s->template GetThisPointer(); if (!lock) s->mThisPointerLocked.reset(); return p; @@ -124,7 +125,8 @@ namespace bbtk bool lock = false) { if (s->mThisPointer.lock()) - { + { +//EED 2018-07-11 minwg64 boost::shared_ptr p = s->template GetThisPointer(); if (!lock) s->mThisPointerLocked.reset(); return p;