X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2Foutline.cpp;h=ab04eb10617a84a351d7eb0c6c931b270efc711f;hb=70bcefce2ab011a11014f36fc129b473cc0bc61e;hp=c4252b1ff350f42a6ad46c081c91d995593b157b;hpb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_geometry/outline.cpp b/synfig-core/trunk/src/modules/mod_geometry/outline.cpp index c4252b1..ab04eb1 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/outline.cpp +++ b/synfig-core/trunk/src/modules/mod_geometry/outline.cpp @@ -1,5 +1,5 @@ /* === S Y N F I G ========================================================= */ -/*! \file bline.cpp +/*! \file outline.cpp ** \brief Template ** ** $Id: outline.cpp,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $ @@ -361,7 +361,7 @@ Outline::sync() add_polygon(side_a); -#else +#else /* 1 */ bool loop_; if(bline.get_contained_type()==ValueBase::TYPE_BLINEPOINT) @@ -623,12 +623,12 @@ Outline::sync() } //synfig::info("BLEHH__________--- x:%f, y:%f",vector_list.front()[0],vector_list.front()[1]); } -#endif +#endif /* _DEBUG */ add_polygon(vector_list); -#endif +#endif /* 1 */ } catch (...) { synfig::error("Outline::sync(): Exception thrown"); throw; } }