diff --git a/src/projectM-engine/projectM.hpp b/src/projectM-engine/projectM.hpp index 64a46e6a9..1bfe20a41 100755 --- a/src/projectM-engine/projectM.hpp +++ b/src/projectM-engine/projectM.hpp @@ -115,8 +115,8 @@ class RandomizerFunctor { class projectM { public: + static const int FLAG_NONE = 0; static const int FLAG_DISABLE_PLAYLIST_LOAD = 1 << 0; - static const int FLAG_NONE = 1 << 1; DLLEXPORT projectM(std::string config_file, int flags = FLAG_NONE);