summaryrefslogtreecommitdiff
path: root/libadhocutil/plugins.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2019-02-14 14:40:11 +0000
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2019-02-14 14:40:11 +0000
commit1b5e2d110ccdfabd96e7d71f8bd1dd14fb17edce (patch)
treeb7305f6403347e4ccaeadc426dbe2167557c7d9b /libadhocutil/plugins.h
parentEnable performance checks (not for tests) (diff)
downloadlibadhocutil-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.h2
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.