Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / mod_noise / distort.h
index a89a2a1..cecb157 100644 (file)
@@ -33,7 +33,7 @@
 #include <synfig/layer_composite.h>
 #include <synfig/gradient.h>
 #include <synfig/time.h>
-#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;