Skip to content

Commit

Permalink
LensFlare: rename SetCameraSensor to SetCameraImpl
Browse files Browse the repository at this point in the history
This is an adjustment to API added in gazebosim#2965, which is allowed
because the API has not yet been released.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed Apr 19, 2021
1 parent 31dbbcc commit d55f92f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gazebo/rendering/LensFlare.cc
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ void LensFlare::OnRequest(ConstRequestPtr &_msg)
}

//////////////////////////////////////////////////
void LensFlare::SetCameraSensor(CameraPtr _camera)
void LensFlare::SetCameraImpl(CameraPtr _camera)
{
this->dataPtr->camera = _camera;
}
Expand Down
2 changes: 1 addition & 1 deletion gazebo/rendering/LensFlare.hh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ namespace gazebo

/// \brief Set camera stored in LensFlarePrivate
/// \param[in] _camera Camera to use in sensor.
protected: void SetCameraSensor(CameraPtr _camera);
protected: void SetCameraImpl(CameraPtr _camera);

/// \brief Set lensFlareCompositorListener stored in LensFlarePrivate
/// \param[in] _listener Shared pointer to object to be set.
Expand Down

0 comments on commit d55f92f

Please sign in to comment.