Skip to content

Commit 771fe4a

Browse files
committed
Relocated forward decls to proper namespaces
1 parent 5b8b06f commit 771fe4a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

visualization/include/pcl/visualization/vtk/vtkFixedXRenderWindowInteractor.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@
3636
#include "vtkRenderingUIModule.h" // For export macro
3737
#include <X11/Xlib.h> // Needed for X types in the public interface
3838

39-
namespace pcl {
4039
class vtkCallbackCommand;
40+
41+
namespace pcl {
4142
class vtkXRenderWindowInteractorInternals;
4243

4344
class VTKRENDERINGUI_EXPORT vtkXRenderWindowInteractor : public vtkRenderWindowInteractor

visualization/include/pcl/visualization/window.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ template <typename T> class vtkSmartPointer;
4747
class vtkObject;
4848
class vtkRenderWindow;
4949
class vtkRenderWindowInteractor;
50-
class vtkCallbackCommand;
5150
class vtkRendererCollection;
52-
class PCLVisualizerInteractorStyle;
51+
class vtkCallbackCommand;
5352

5453
namespace pcl
5554
{
5655
namespace visualization
5756
{
5857
class MouseEvent;
5958
class KeyboardEvent;
59+
class PCLVisualizerInteractorStyle;
6060

6161
class PCL_EXPORTS Window
6262
{

0 commit comments

Comments
 (0)