Code

Add checkbox for LPEs to temporarily disable them on canvas (but keep them applied...
[inkscape.git] / src / live_effects / lpeobject.h
index ede645eea5ffaba295ebee08f39e99cd0ff3e35d..f141f07ca8cc87a333f8715738ce7fcceb7c739b 100644 (file)
@@ -23,7 +23,7 @@ public:
 
     bool effecttype_set;
 
-    LivePathEffectObject * fork_private_if_necessary(int nr_of_allowed_users = 1);
+    LivePathEffectObject * fork_private_if_necessary(unsigned int nr_of_allowed_users = 1);
 };
 
 /// The LivePathEffect vtable.