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
d7b0b3f9
Commit
d7b0b3f9
authored
Feb 07, 2017
by
Jan Möbius
Browse files
More cppcheck warnings
parent
c0fadb43
Changes
1
Hide whitespace changes
Inline
Side-by-side
ObjectTypes/Skeleton/SkeletonT.hh
View file @
d7b0b3f9
...
...
@@ -119,7 +119,7 @@ public:
*/
class
AnimationIterator
{
public:
AnimationIterator
(
std
::
vector
<
Animation
*>&
_animations
);
explicit
AnimationIterator
(
std
::
vector
<
Animation
*>&
_animations
);
AnimationIterator
(
std
::
vector
<
Animation
*>&
_animations
,
size_t
_animationIndex
);
public:
...
...
@@ -138,7 +138,7 @@ public:
/// Default constructor
SkeletonT
();
/// Copy constructor
SkeletonT
(
const
SkeletonT
<
PointT
>&
_other
);
explicit
SkeletonT
(
const
SkeletonT
<
PointT
>&
_other
);
/// Assignment operator
SkeletonT
&
operator
=
(
const
SkeletonT
<
PointT
>&
_other
);
...
...
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