--- PamCut/Collections/VerboseBlindCollection/VerboseBlindCollection.h 2009/05/29 10:08:46 1.1 +++ PamCut/Collections/VerboseBlindCollection/VerboseBlindCollection.h 2009/10/27 10:23:59 1.2 @@ -24,9 +24,11 @@ /*! @brief Constructor. * * @param collectionName The collection's name. + * @param owns If true, the collection will own the cuts and the actions, ie., it will + * destroy them in its destructor. */ - VerboseBlindCollection(const char *collectionName) : - SmartBlindCollection(collectionName) { + VerboseBlindCollection(const char *collectionName, bool owns = true) : + SmartBlindCollection(collectionName, owns) { } /*! @brief Destructor. */