Skip to content
Snippets Groups Projects
Commit 5f01cf3b authored by Rider Linden's avatar Rider Linden
Browse files

SL-10702: Mac gets very picky about override. (or MSVC isn't picky enough)

parent e1e0dcc0
No related branches found
No related tags found
No related merge requests found
......@@ -683,7 +683,7 @@ class LL_COMMON_API LLEventMailDrop : public LLEventStream
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;
......
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