Skip to content
Snippets Groups Projects

Draft: Resolve "Implementation of new nodes creation"

Open Joan Vallvé Navarro requested to merge 454-implementation-of-new-nodes-creation into devel
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -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;
Loading