Skip to content

Commit ad60cbf

Browse files
committed
Pyramid doesn't inherit PCLBase.
1 parent 9d4cf30 commit ad60cbf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

filters/include/pcl/filters/pyramid.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,10 @@ namespace pcl
136136

137137
inline const std::string&
138138
getClassName () const { return (name_); }
139-
140-
protected:
141-
using PCLBase<PointT>::num_threads_;
142-
139+
143140
private:
141+
/// \brief number of threads
142+
unsigned int num_threads_{0};
144143

145144
/// \brief init computation
146145
bool

0 commit comments

Comments
 (0)