Skip to content
Snippets Groups Projects
Commit d3c85f00 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

make ProfileHandleList to a vector pointers

parent c9a61734
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment