+2005-11-28 Robert Quattlebaum <darco@deepdarc.com>
+ * src/modules/lyr_std/sphere_distort.cpp/h: Clarified namespace issues
2005-11-08 Robert Quattlebaum <darco@deepdarc.com>
* src/modules/lyr_std/stretch.cpp/h: Clarified namespace issues
2005-11-03 Robert Quattlebaum <darco@deepdarc.com>
:Layer_Composite(1.0,Color::BLEND_STRAIGHT),
center(0,0),
radius(1),
-percent(1,1),
+percent(1.0),
type(TYPE_NORMAL),
clip(false)
{
}
#endif
-class Spherize_Trans : public Transform
+class synfig::Spherize_Trans : public synfig::Transform
{
etl::handle<const Layer_SphereDistort> layer;
public:
/* === T Y P E D E F S ===================================================== */
/* === C L A S S E S & S T R U C T S ======================================= */
-class Spherize_Trans;
namespace synfig
{
+class Spherize_Trans;
class Layer_SphereDistort : public Layer_Composite
{