X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdGetVectorElement.h;fp=packages%2Fstd%2Fsrc%2FbbstdGetVectorElement.h;h=d49110e97408d25befb1a4a5b7cd5970578aba43;hb=c429a5e1229f3dbc56e2d0100980c7e4a3506d89;hp=7b58724705464a909a54caee8ef21334d6778e8e;hpb=6182fd299a7c70520dd8af586e99797a34c441ef;p=bbtk.git diff --git a/packages/std/src/bbstdGetVectorElement.h b/packages/std/src/bbstdGetVectorElement.h index 7b58724..d49110e 100644 --- a/packages/std/src/bbstdGetVectorElement.h +++ b/packages/std/src/bbstdGetVectorElement.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbstdGetVectorElement.h,v $ Language: C++ - Date: $Date: 2008/10/17 08:18:26 $ - Version: $Revision: 1.3 $ + Date: $Date: 2008/12/12 08:55:21 $ + Version: $Revision: 1.4 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -33,13 +33,14 @@ #define __bbstdGetVectorElement_INCLUDED_h__ #include "bbtkAtomicBlackBox.h" +#include "bbstd_EXPORT.h" namespace bbstd { //================================================================= // BlackBox declaration template - class GetVectorElement : public bbtk::AtomicBlackBox + class bbstd_EXPORT GetVectorElement : public bbtk::AtomicBlackBox { BBTK_TEMPLATE_BLACK_BOX_INTERFACE(GetVectorElement,bbtk::AtomicBlackBox,T); BBTK_DECLARE_INPUT(In,std::vector);