From e823552a7c4409cdcdb5bf8af0ca1c52afc23ed8 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 29 Feb 2008 08:24:00 +0000 Subject: fix warnings (bzr r4905) --- src/live_effects/lpeobject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/live_effects/lpeobject.cpp') diff --git a/src/live_effects/lpeobject.cpp b/src/live_effects/lpeobject.cpp index e7810fc28..0a7fb5eb0 100644 --- a/src/live_effects/lpeobject.cpp +++ b/src/live_effects/lpeobject.cpp @@ -256,7 +256,7 @@ livepatheffect_on_repr_attr_changed ( Inkscape::XML::Node * /*repr*/, * returns 'this' when no forking was necessary (and therefore no duplicate was made) */ LivePathEffectObject * -LivePathEffectObject::fork_private_if_necessary(int nr_of_allowed_users) +LivePathEffectObject::fork_private_if_necessary(unsigned int nr_of_allowed_users) { if (SP_OBJECT_HREFCOUNT(this) > nr_of_allowed_users) { SPDocument *doc = SP_OBJECT_DOCUMENT(this); -- cgit v1.2.3