Skip to content
Snippets Groups Projects
Commit 1ca4d242 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Smol opt

parent d6b4686d
No related branches found
No related tags found
No related merge requests found
...@@ -483,7 +483,7 @@ class LL_COMMON_API LLEventPump: public LLEventTrackable ...@@ -483,7 +483,7 @@ class LL_COMMON_API LLEventPump: public LLEventTrackable
const static NameList empty; const static NameList empty;
/// Get this LLEventPump's name /// Get this LLEventPump's name
std::string getName() const { return mName; } const std::string& getName() const { return mName; }
/** /**
* Register a new listener with a unique name. Specify an optional list * Register a new listener with a unique name. Specify an optional list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment