X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_noise%2Fdistort.h;h=cecb157620d4a995328ef3f99d5293ca3f95babf;hb=470efd06824232321e3d34f01adcfd94512c4aea;hp=a89a2a1e2a03e30a929babd4270fee1765a8f537;hpb=74c9d19d99ddb6fea06ba49660b031f968da1145;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_noise/distort.h b/synfig-core/trunk/src/modules/mod_noise/distort.h index a89a2a1..cecb157 100644 --- a/synfig-core/trunk/src/modules/mod_noise/distort.h +++ b/synfig-core/trunk/src/modules/mod_noise/distort.h @@ -33,7 +33,7 @@ #include #include #include -#include "random.h" +#include "random_noise.h" /* === M A C R O S ========================================================= */ @@ -49,8 +49,8 @@ private: synfig::Vector size; - Random random; - Random::SmoothType smooth; + RandomNoise random; + RandomNoise::SmoothType smooth; int detail; synfig::Real speed; bool turbulent;