diff options
Diffstat (limited to 'src/configuration.cpp')
-rw-r--r-- | src/configuration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuration.cpp b/src/configuration.cpp index 44fb6e2e..33c0cb5a 100644 --- a/src/configuration.cpp +++ b/src/configuration.cpp @@ -38,7 +38,7 @@ void Configuration::setValue(const std::string &key, const std::string &value) ConfigurationObject::setValue(key, value); // Notify listeners - Mana::Event event(EVENT_CONFIGOPTIONCHANGED); + Mana::Event event(Mana::Event::ConfigOptionChanged); event.setString("option", key); event.trigger(CHANNEL_CONFIG); } |