git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'stg-2.409' into stg-2.409-radius
[stg.git]
/
projects
/
stargazer
/
plugin_runner.h
diff --git
a/projects/stargazer/plugin_runner.h
b/projects/stargazer/plugin_runner.h
index 2d0c22c4e069145cbc0f6adf35be40aa4b8c1eea..a30b6940b3d809946d37e805037882466c6611fe 100644
(file)
--- a/
projects/stargazer/plugin_runner.h
+++ b/
projects/stargazer/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,