diff --git a/src/Mod/Points/Gui/CMakeLists.txt b/src/Mod/Points/Gui/CMakeLists.txt index 4290350ad2..6c33fbfe2c 100644 --- a/src/Mod/Points/Gui/CMakeLists.txt +++ b/src/Mod/Points/Gui/CMakeLists.txt @@ -1,8 +1,3 @@ - -if(PCL_FOUND) - add_definitions(-DHAVE_PCL) -endif(PCL_FOUND) - include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${Boost_INCLUDE_DIRS} diff --git a/src/Mod/Points/Gui/ViewProvider.h b/src/Mod/Points/Gui/ViewProvider.h index c7b8e98856..926fa7f900 100644 --- a/src/Mod/Points/Gui/ViewProvider.h +++ b/src/Mod/Points/Gui/ViewProvider.h @@ -134,7 +134,7 @@ public: virtual void updateData(const App::Property*); protected: - virtual void cut( const std::vector& picked, Gui::View3DInventorViewer &Viewer); + virtual void cut(const std::vector& picked, Gui::View3DInventorViewer &Viewer); protected: SoPointSet * pcPoints;