X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsrc%2FbbtkConnection.h;h=36b20b8a39b0310d34342e99372093e2198c7f3b;hb=284c682653a60e969e2cff74445702fe54c32a76;hp=6c81d9e280b4b49e210828044740c8842c9f3f17;hpb=a35973b128a2f7130b619a2a11a35cfd418b21b6;p=bbtk.git diff --git a/kernel/src/bbtkConnection.h b/kernel/src/bbtkConnection.h index 6c81d9e..36b20b8 100644 --- a/kernel/src/bbtkConnection.h +++ b/kernel/src/bbtkConnection.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkConnection.h,v $ Language: C++ - Date: $Date: 2009/03/30 14:42:16 $ - Version: $Revision: 1.12 $ + Date: $Date: 2009/04/21 14:36:51 $ + Version: $Revision: 1.13 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -65,7 +65,7 @@ namespace bbtk /// Out-of-date status value const IOStatus OUTOFDATE = 2; - const std::string& GetIOStatusString( IOStatus ); + BBTK_EXPORT const std::string& GetIOStatusString( IOStatus ); class BBTK_EXPORT Connection : public Object