X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkBlackBoxDescriptor.h;h=6443d50ac93469b756cf5541393c54bf65de6c49;hb=6d2f79e0ff9b1c0b2db0d7f3d164f4f62434f08d;hp=1d0ee5d66510d69b0126d079932cddbb805aeb82;hpb=7eba604321498f7ed6333b7cbe9bf2aceb4ec30e;p=bbtk.git diff --git a/kernel/src/bbtkBlackBoxDescriptor.h b/kernel/src/bbtkBlackBoxDescriptor.h index 1d0ee5d..6443d50 100644 --- a/kernel/src/bbtkBlackBoxDescriptor.h +++ b/kernel/src/bbtkBlackBoxDescriptor.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkBlackBoxDescriptor.h,v $ Language: C++ - Date: $Date: 2008/02/06 14:14:22 $ - Version: $Revision: 1.5 $ + Date: $Date: 2008/03/07 08:40:14 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -83,7 +83,7 @@ namespace bbtk /// Returns the Package to which the box belongs Package* GetPackage() { return mPackage; } - /// Returns the Package to which the box belongs + /// Returns the Package to which the box belongs (const pointer) const Package* GetPackage() const { return mPackage; } /// Returns the kind of box