Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
Type-Skeleton
Commits
fca9e9f8
Commit
fca9e9f8
authored
Jan 31, 2022
by
Jan Möbius
Browse files
Fixed implicit operator =
parent
46b6922f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ObjectTypes/Skeleton/PoseT.hh
View file @
fca9e9f8
...
...
@@ -79,6 +79,10 @@ public:
/// Copy Constructor
explicit
PoseT
(
const
PoseT
<
PointT
>&
_other
);
/// Use the default = operator
PoseT
&
operator
=
(
const
PoseT
&
)
=
default
;
/// Destructor
virtual
~
PoseT
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment