]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkPackage.cxx
#3127 BBTK Feature New Normal - branch changeWx28to30 compilation with wxWidgets3
[bbtk.git] / kernel / src / bbtkPackage.cxx
index 91cdb518372b220f124b1de33af8dc5c22c8912a..f2268bdd39cf20282d9151c4bf6aa3855d2da306 100644 (file)
@@ -368,7 +368,7 @@ namespace bbtk
     // Open shared lib
     void *handler;
     handler = dlopen(libname.c_str(), BBTK_RTLD_TIME | BBTK_RTLD_SCOPE );
-//EED     handler = dlopen(libname.c_str(), RTLD_LAZY | RTLD_LOCAL );
+//     handler = dlopen(libname.c_str(), RTLD_LAZY | RTLD_LOCAL );
          
     if (!handler)
       {