frozar / pcl

Point Cloud Library (PCL)
http://www.pointclouds.org
Other
0 stars 0 forks source link

[VISU] PCLVisualizer: constness #5

Open frozar opened 6 years ago

frozar commented 6 years ago

Change the constructor of PCLVisualizer to accept const input parameter.

For example:

PCLVisualizer(const int, const char **);

Do the same for createViewPort.