Skip to content
Snippets Groups Projects
Commit ca0851d1 authored by Jeremie Deray's avatar Jeremie Deray
Browse files

fix warning ordering init

parent 41c5d0b5
No related branches found
No related tags found
1 merge request!127Add ProcessorMotion::processIncomingCapture & Miscellaneous
...@@ -33,8 +33,8 @@ class ProcessorBase : public NodeBase, public std::enable_shared_from_this<Proce ...@@ -33,8 +33,8 @@ class ProcessorBase : public NodeBase, public std::enable_shared_from_this<Proce
private: private:
SensorBaseWPtr sensor_ptr_; SensorBaseWPtr sensor_ptr_;
static unsigned int processor_id_count_;
bool is_removing_; ///< A flag for safely removing nodes from the Wolf tree. See remove(). bool is_removing_; ///< A flag for safely removing nodes from the Wolf tree. See remove().
static unsigned int processor_id_count_;
public: public:
ProcessorBase(const std::string& _type, const Scalar& _time_tolerance = 0); ProcessorBase(const std::string& _type, const Scalar& _time_tolerance = 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment