Skip to content

Commit

Permalink
Additional fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lior Ramati committed Dec 12, 2019
1 parent 1ff7c57 commit 6a57558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/librealsense2/hpp/rs_internal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ namespace rs2
*
* \param[in] pose all the parameters that required to defind pose stream
*/
stream_profile add_pose_stream_ext(rs2_pose_stream pose_stream, bool is_default=false)
stream_profile add_pose_stream(rs2_pose_stream pose_stream, bool is_default=false)
{
rs2_error* e = nullptr;

Expand Down

0 comments on commit 6a57558

Please sign in to comment.