]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugin_runner.h
Fix email.
[stg.git] / projects / stargazer / plugin_runner.h
index 2d0c22c4e069145cbc0f6adf35be40aa4b8c1eea..19e62c0e97d0f12de7e2493fc8548f6402fe49b8 100644 (file)
@@ -16,7 +16,7 @@
 
 /*
  *    Author : Boris Mikhailenko <stg34@stargazer.dp.ua>
- *    Author : Maxim Mamontov <faust@stargazer.dp.ua>
+ *    Author : Maksym Mamontov <stg@madf.info>
  */
 
 #ifndef PLUGIN_RUNNER_H
@@ -42,7 +42,7 @@ class STORE;
 class PLUGIN_RUNNER {
 public:
     struct Error : public std::runtime_error {
-        Error(const std::string & msg) : runtime_error(msg) {}
+        explicit Error(const std::string & msg) : runtime_error(msg) {}
     };
 
     PLUGIN_RUNNER(const std::string & pluginFileName,