diff --git a/include/core/capture/capture_base.h b/include/core/capture/capture_base.h index 26ddc3e44d32d38e8e361e30f17e2b251d6e8b73..af0b54187ea8c2540b60fde9d39071f92fa0378d 100644 --- a/include/core/capture/capture_base.h +++ b/include/core/capture/capture_base.h @@ -234,7 +234,7 @@ class CaptureBase : public NodeStateBlocks void removeFeature(FeatureBasePtr _ft_ptr); public: - CaptureBasePtr shared_from_this_capture(); + CaptureBasePtr shared_from_this_capture(); CaptureBaseConstPtr shared_from_this_capture() const; }; @@ -247,7 +247,6 @@ class CaptureBase : public NodeStateBlocks namespace wolf { - inline bool CaptureBase::isMotion() const { return false;