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
53d82e4e
Commit
53d82e4e
authored
Feb 06, 2017
by
Jan Möbius
Browse files
More cppcheck warnings
parent
35396e4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ObjectTypes/Skeleton/Animation/AnimationT.hh
View file @
53d82e4e
...
...
@@ -75,7 +75,7 @@ public:
typedef
PoseT
<
PointT
>
Pose
;
public:
AnimationT
(
std
::
string
_name
=
""
)
:
name_
(
_name
),
fps_
(
60
)
{}
explicit
AnimationT
(
std
::
string
_name
=
""
)
:
name_
(
_name
),
fps_
(
60
)
{}
virtual
AnimationT
*
copy
()
=
0
;
virtual
~
AnimationT
()
{}
...
...
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