]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkObject.h
#3512 clean bbs2 python version
[bbtk.git] / kernel / src / bbtkObject.h
index c2d9e9a2bb4e8b2ffde01643ac2b2be6ce52ffba..a172adb8362746a52c5a0706b8d77e10db0d98df 100644 (file)
@@ -105,6 +105,7 @@ namespace bbtk
     {                                                                  
       if (s->mThisPointer.lock())                                      
        {                                                               
+//EED 2018-07-11 minwg64 
          boost::shared_ptr<U> p = s->template GetThisPointer<U>();
          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<U> p = s->template GetThisPointer<U>();
          if (!lock) s->mThisPointerLocked.reset();
          return p;