diff --git a/modules/seq/base/src/profile_handle.hh b/modules/seq/base/src/profile_handle.hh index 367eaa1a24e6bdadbbaa3e75207010e889065765..b09f1db9424edc71e2bb7bfcbc84fb4862ce06d6 100644 --- a/modules/seq/base/src/profile_handle.hh +++ b/modules/seq/base/src/profile_handle.hh @@ -41,7 +41,7 @@ class ProfileHandle; class ProfileColumn; class ProfileDB; typedef boost::shared_ptr<ProfileHandle> ProfileHandlePtr; -typedef std::vector<ProfileHandle> ProfileHandleList; +typedef std::vector<ProfileHandlePtr> ProfileHandleList; typedef boost::shared_ptr<ProfileDB> ProfileDBPtr; typedef std::vector<ProfileColumn> ProfileColumnList;