diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2019-02-14 14:40:11 +0000 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2019-02-14 14:40:11 +0000 |
commit | 1b5e2d110ccdfabd96e7d71f8bd1dd14fb17edce (patch) | |
tree | b7305f6403347e4ccaeadc426dbe2167557c7d9b /libadhocutil/plugins.h | |
parent | Enable performance checks (not for tests) (diff) | |
download | libadhocutil-1b5e2d110ccdfabd96e7d71f8bd1dd14fb17edce.tar.bz2 libadhocutil-1b5e2d110ccdfabd96e7d71f8bd1dd14fb17edce.tar.xz libadhocutil-1b5e2d110ccdfabd96e7d71f8bd1dd14fb17edce.zip |
Enable (most) high integrity checks (not for tests)
Diffstat (limited to 'libadhocutil/plugins.h')
-rw-r--r-- | libadhocutil/plugins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libadhocutil/plugins.h b/libadhocutil/plugins.h index d9ed4a3..4ab4385 100644 --- a/libadhocutil/plugins.h +++ b/libadhocutil/plugins.h @@ -57,7 +57,7 @@ namespace AdHoc { class DuplicatePluginException : public std::runtime_error { public: /// Constructor taking the original and offending plugin. - DuplicatePluginException(PluginPtr p1, PluginPtr p2); + DuplicatePluginException(const PluginPtr & p1, const PluginPtr & p2); }; /// Thrown when a resolver function is added a second time. |