summaryrefslogtreecommitdiff
path: root/indra/llcommon/llleaplistener.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/llleaplistener.h')
-rw-r--r--indra/llcommon/llleaplistener.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llleaplistener.h b/indra/llcommon/llleaplistener.h
index d36d2ff8db..d38a6f4ace 100644
--- a/indra/llcommon/llleaplistener.h
+++ b/indra/llcommon/llleaplistener.h
@@ -28,7 +28,7 @@ public:
* event is received.
*/
using Callback = std::function<bool(const std::string& pump, const LLSD& data)>;
- LLLeapListener(const std::string_view& caller, const Callback& callback);
+ LLLeapListener(std::string_view caller, const Callback& callback);
~LLLeapListener();
LLEventPump& getReplyPump() { return mReplyPump; }