diff options
author | Rider Linden <rider@lindenlab.com> | 2019-03-08 17:47:11 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2019-03-08 17:47:11 -0800 |
commit | 5f01cf3b1c76a53a576a10820e2cb366d1e76714 (patch) | |
tree | db288c4a4a35e0787f38ac809101423d8e49f0a8 /indra/llcommon | |
parent | e1e0dcc040b9f44555d82e08373f74996576329c (diff) |
SL-10702: Mac gets very picky about override. (or MSVC isn't picky enough)
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llevents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llevents.h b/indra/llcommon/llevents.h index d850cb4fcc..62d97007ac 100644 --- a/indra/llcommon/llevents.h +++ b/indra/llcommon/llevents.h @@ -683,7 +683,7 @@ public: protected: virtual LLBoundListener listen_impl(const std::string& name, const LLEventListener&, const NameList& after, - const NameList& before); + const NameList& before) override; private: typedef std::list<LLSD> EventList; |