X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdMagicBox.cxx;h=19e534b8b4c984b6e6758c40daa3a83604041276;hb=e395abce6b990b603405b0574c3db3233329cf61;hp=bf111dd2f6aa86fe2c8b01282c8e29a744816e6a;hpb=e27f49d94042bf18dc5067807594325eea8b6d56;p=bbtk.git diff --git a/packages/std/src/bbstdMagicBox.cxx b/packages/std/src/bbstdMagicBox.cxx index bf111dd..19e534b 100644 --- a/packages/std/src/bbstdMagicBox.cxx +++ b/packages/std/src/bbstdMagicBox.cxx @@ -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 - -