X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Frenddesc.cpp;fp=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Frenddesc.cpp;h=fba31a5c06c02212ca7e3432332972db8784f938;hb=5003e42ad855b58d4de073dd2f62b2324c935a4e;hp=b1b28326c349e1a60b139de0f0cc57b095f3a85f;hpb=dc26aa5ac971d708f9dfd82a9301d1ce9fe412b9;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/renddesc.cpp b/synfig-core/trunk/src/synfig/renddesc.cpp index b1b2832..fba31a5 100644 --- a/synfig-core/trunk/src/synfig/renddesc.cpp +++ b/synfig-core/trunk/src/synfig/renddesc.cpp @@ -396,7 +396,7 @@ const int & RendDesc::get_antialias()const { return a; } -//! Set the antilaias amount +//! Set the antialias amount RendDesc & RendDesc::set_antialias(const int &x) { a=x; return *this; }