Skip to content
Snippets Groups Projects
Commit 60491cd5 authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

Minor change to have homogeneous typedef before introducing std::set

parent 7e0f5a6f
No related branches found
No related tags found
1 merge request!279WIP: Resolve "std::set and std::map instead of std::list in wolf nodes"
Pipeline #4012 passed
...@@ -23,7 +23,7 @@ class TrajectoryBase : public NodeBase, public std::enable_shared_from_this<Traj ...@@ -23,7 +23,7 @@ class TrajectoryBase : public NodeBase, public std::enable_shared_from_this<Traj
friend FrameBase; friend FrameBase;
private: private:
std::list<FrameBasePtr> frame_list_; FrameBasePtrList frame_list_;
protected: protected:
std::string frame_structure_; // Defines the structure of the Frames in the Trajectory. std::string frame_structure_; // Defines the structure of the Frames in the Trajectory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment