--- PamCut/Collections/SmartBlindCollection/SmartBlindCollection.h 2009/06/16 16:44:59 1.3 +++ PamCut/Collections/SmartBlindCollection/SmartBlindCollection.h 2009/10/27 10:23:59 1.4 @@ -30,9 +30,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. */ - SmartBlindCollection(const char* collectionName) : - SmartCollection(collectionName){ + SmartBlindCollection(const char* collectionName, bool owns = true) : + SmartCollection(collectionName, owns) { } /*! @brief Destructor. */