diff options
author | Rider Linden <rider@lindenlab.com> | 2018-08-17 13:26:03 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-08-17 13:26:03 -0700 |
commit | 076836f2456124ddd26f482934cd5c501f061abf (patch) | |
tree | d4555573f885f60864d414564e5206da5d3de951 | |
parent | f33d3a40bb361796d0ffcc086eedcb8de204e6ae (diff) |
Left off an override.
-rw-r--r-- | indra/newview/llfloaterland.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp index 57d34c5c5a..91f755e71b 100644 --- a/indra/newview/llfloaterland.cpp +++ b/indra/newview/llfloaterland.cpp @@ -154,7 +154,7 @@ public: virtual LLParcel * getParcel() override; - virtual bool canEdit(); + virtual bool canEdit() override; protected: LLSafeHandle<LLParcelSelection>& mParcel; |