Rename the Random class in the mod_noise module to RandomNoise to stop it clashing...
[synfig.git] / synfig-core / trunk / src / modules / mod_noise / main.cpp
index 70c9bde..3c06179 100644 (file)
@@ -41,7 +41,7 @@
 
 #include "noise.h"
 #include "distort.h"
-#include "random.h"
+#include "random_noise.h"
 #include "valuenode_random.h"
 
 #endif
@@ -63,6 +63,6 @@ MODULE_INVENTORY_BEGIN(libmod_noise)
        END_LAYERS
 
        BEGIN_VALUENODES
-               VALUENODE(synfig::ValueNode_Random, "random", _("Random"), synfig::RELEASE_VERSION_0_61_08) // SVN r907
+               VALUENODE(synfig::ValueNode_Random, "random", _("RandomNoise"), synfig::RELEASE_VERSION_0_61_08) // SVN r907
        END_VALUENODES
 MODULE_INVENTORY_END