Code

- try to use more forward declarations for less dependencies on display/curve.h
[inkscape.git] / src / live_effects / effect.h
index 58010358fc5bf5447a1b4851497eb8264816a67a..7ab4537f9444edcffdae24085d43ca99dc5fa03a 100644 (file)
@@ -112,7 +112,7 @@ protected:
     // called by this base class. (i.e. doEffect(SPCurve * curve) defaults to calling
     // doEffect(std::vector<Geom::Path> )
     virtual NArtBpath *
-            doEffect_nartbpath (NArtBpath * path_in);
+            doEffect_nartbpath (NArtBpath const * path_in) __attribute__ ((deprecated));
     virtual std::vector<Geom::Path>
             doEffect_path (std::vector<Geom::Path> const & path_in);
     virtual Geom::Piecewise<Geom::D2<Geom::SBasis> >