Skip to content

Commit

Permalink
testing if explicit qualification helps
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaltyagi committed Feb 17, 2020
1 parent 5d97e13 commit ccfd319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simulation/include/pcl/simulation/camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ namespace simulation {

class PCL_EXPORTS Camera {
public:
using Ptr = shared_ptr<Camera>;
using ConstPtr = shared_ptr<const Camera>;
using Ptr = pcl::shared_ptr<Camera>;
using ConstPtr = pcl::shared_ptr<const Camera>;

Camera() : x_(0), y_(0), z_(0), roll_(0), pitch_(0), yaw_(0)
{
Expand Down

0 comments on commit ccfd319

Please sign in to comment.