Hopefully this fixes some GCC 4.0 issues
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / sphere_distort.cpp
index 61c4d28..cf37a99 100644 (file)
@@ -83,7 +83,7 @@ Layer_SphereDistort::Layer_SphereDistort()
 :Layer_Composite(1.0,Color::BLEND_STRAIGHT),
 center(0,0),
 radius(1),
-percent(1,1),
+percent(1.0),
 type(TYPE_NORMAL),
 clip(false)
 {
@@ -525,7 +525,7 @@ bool Layer_SphereDistort::accelerated_render(Context context,Surface *surface,in
 }
 #endif
 
-class  Spherize_Trans : public Transform
+class synfig::Spherize_Trans : public synfig::Transform
 {
        etl::handle<const Layer_SphereDistort> layer;
 public: