Use an enumeration type rather than unnamed integers to specify the different types...
[synfig.git] / synfig-core / trunk / src / modules / mod_noise / noise.h
index 8cb24b7..d4540d8 100644 (file)
@@ -50,7 +50,7 @@ private:
        synfig::Vector size;
 
        Random random;
-       int smooth;
+       Random::SmoothType smooth;
        int detail;
        bool do_alpha;
        synfig::Gradient gradient;