From d3c85f003f4f95d3626b42e6d1414e1858ede857 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Fri, 11 Nov 2016 17:43:14 +0100
Subject: [PATCH] make ProfileHandleList to a vector pointers

---
 modules/seq/base/src/profile_handle.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/seq/base/src/profile_handle.hh b/modules/seq/base/src/profile_handle.hh
index 367eaa1a2..b09f1db94 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;
 
-- 
GitLab