]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdMagicBox.cxx
fix categ
[bbtk.git] / packages / std / src / bbstdMagicBox.cxx
index bf111dd2f6aa86fe2c8b01282c8e29a744816e6a..19e534b8b4c984b6e6758c40daa3a83604041276 100644 (file)
@@ -3,10 +3,8 @@
 namespace bbstd
 {
 
-BBTK_ADD_BLACK_BOX_TO_PACKAGE(std,MagicBox)
-BBTK_USER_BLACK_BOX_IMPLEMENTATION(MagicBox,bbtk::UserBlackBox);
-
+  BBTK_ADD_BLACK_BOX_TO_PACKAGE(std,MagicBox);
+  BBTK_BLACK_BOX_IMPLEMENTATION(MagicBox,bbtk::AtomicBlackBox);
+  
 }
 // EO namespace bbstd
-
-