Skip to content

Commit

Permalink
Added explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Oct 4, 2023
1 parent 06111a8 commit 6c8f005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vsg/utils/AnimationPath.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ namespace vsg
class VSG_DECLSPEC RecordAnimationPathHandler : public Inherit<Visitor, RecordAnimationPathHandler>
{
public:
RecordAnimationPathHandler(ref_ptr<Object> in_object, const Path& in_filename = "saved_animation.vsgt", ref_ptr<Options> in_options = {});
explicit RecordAnimationPathHandler(ref_ptr<Object> in_object, const Path& in_filename = "saved_animation.vsgt", ref_ptr<Options> in_options = {});

ref_ptr<Object> object;
Path filename;
Expand Down

0 comments on commit 6c8f005

Please sign in to comment.