Follow-up to ee626eb65a
This commit is contained in:
parent
9e9792756b
commit
f8c67e07a4
3 changed files with 3 additions and 3 deletions
|
@ -186,7 +186,7 @@ public:
|
|||
ExtrusionEntity* clone() const override { return new ExtrusionPathOriented(*this); }
|
||||
// Create a new object, initialize it with this object using the move semantics.
|
||||
ExtrusionEntity* clone_move() override { return new ExtrusionPathOriented(std::move(*this)); }
|
||||
virtual bool can_reverse() const { return false; }
|
||||
virtual bool can_reverse() const override { return false; }
|
||||
};
|
||||
|
||||
typedef std::vector<ExtrusionPath> ExtrusionPaths;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue