Skip to content

Commit a73f3dc

Browse files
committed
Restore missing 'override'
1 parent 933f522 commit a73f3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/llui/lltextbox.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class LLTextBox :
7878
bool mShowCursorHand;
7979

8080
protected:
81-
virtual std::string _getSearchText() const
81+
virtual std::string _getSearchText() const override
8282
{
8383
return LLTextBase::_getSearchText() + mText.getString();
8484
}

0 commit comments

Comments
 (0)