Skip to content

Commit 656b4eb

Browse files
committed
Pyramid doesn't inherit PCLBase.
1 parent 9cda624 commit 656b4eb

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
@@ -137,11 +137,10 @@ namespace pcl
137137

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

146145
/// \brief init computation
147146
bool

0 commit comments

Comments
 (0)