Use an enumeration type rather than unnamed integers to specify the different types...
[synfig.git] / synfig-core / trunk / src / modules / mod_noise / distort.h
index 7777138..e7bc5e1 100644 (file)
@@ -49,7 +49,7 @@ private:
        synfig::Vector size;
 
        Random random;
-       int smooth;
+       Random::SmoothType smooth;
        int detail;
        synfig::Real speed;
        bool turbulent;