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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/live_effects/lpeobject.h') diff --git a/src/live_effects/lpeobject.h b/src/live_effects/lpeobject.h index ede645eea..f141f07ca 100644 --- a/src/live_effects/lpeobject.h +++ b/src/live_effects/lpeobject.h @@ -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. -- cgit v1.2.3