X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fmandelbrot.h;fp=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fmandelbrot.h;h=102236de0ab041d7aac989f0a36b996c8f80b772;hb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;hp=8bc3fd2c7d881fd4ac0a65be1f3b8a7df0dd665f;hpb=cee5940bae97612105db8b7e1ffcf513f9d9150c;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/mandelbrot.h b/synfig-core/trunk/src/modules/lyr_std/mandelbrot.h index 8bc3fd2..102236d 100644 --- a/synfig-core/trunk/src/modules/lyr_std/mandelbrot.h +++ b/synfig-core/trunk/src/modules/lyr_std/mandelbrot.h @@ -57,7 +57,7 @@ private: bool distort_inside; bool distort_outside; bool solid_inside; - bool solid_outside; + bool solid_outside; bool invert_inside; bool invert_outside; bool shade_outside; @@ -71,11 +71,11 @@ private: public: Mandelbrot(); - + virtual bool set_param(const String ¶m, const ValueBase &value); virtual ValueBase get_param(const String ¶m)const; virtual Color get_color(Context context, const Point &pos)const; - virtual Vocab get_param_vocab()const; + virtual Vocab get_param_vocab()const; }; /* === E N D =============================================================== */