refactoring. Everything is pointer.
This commit is contained in:
@@ -14,7 +14,7 @@ class Parts : public SystemElementContainer<Part>
|
||||
{
|
||||
public:
|
||||
Parts(void);
|
||||
Parts(std::vector<Part> parts);
|
||||
Parts(std::vector<Part *> parts);
|
||||
};
|
||||
|
||||
#endif // _PARTS_HPP_
|
||||
Reference in New Issue
Block a user