X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flayer.cpp;h=2ff73c4a58257a623130bafe703ae757ac38a596;hb=f68aac1f32e9c946b00c3246cd2ae9589d6bb3fa;hp=9c4601a4af03011912fdfa814a61b3362bc0f94d;hpb=98f63b98156f5f35aa1dc49eb561b52e7c96b6b5;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/layer.cpp b/synfig-core/trunk/src/synfig/layer.cpp index 9c4601a..2ff73c4 100644 --- a/synfig-core/trunk/src/synfig/layer.cpp +++ b/synfig-core/trunk/src/synfig/layer.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -313,7 +314,7 @@ Layer::clone(const GUID& deriv_guid) const ret->set_guid(get_guid()^deriv_guid); //ret->set_param_list(get_param_list()); - // Process the parameter list sothat + // Process the parameter list so that // we can duplicate any inline canvases ParamList param_list(get_param_list()); for(ParamList::const_iterator iter(param_list.begin()); iter != param_list.end(); ++iter)