diff options
| author | Kitty Barnett <develop@catznip.com> | 2023-02-08 14:52:16 +0100 |
|---|---|---|
| committer | Kitty Barnett <develop@catznip.com> | 2023-02-08 14:52:16 +0100 |
| commit | 5805bbd8104e66fb9ae7ed3c22e374e377b2f2e1 (patch) | |
| tree | aeea23255f4717f57012d5d42075659ecff6c76a /indra/llinventory/llfoldertype.cpp | |
| parent | da0335c864477036ba996fbab4db2194535466d7 (diff) | |
| parent | b2f890408e2dc63a0f842273c41c0efed770cb9a (diff) | |
Merge branch 'DRTVWR-489-emoji' of https://github.com/secondlife/viewer into DRTVWR-489-emoji
Diffstat (limited to 'indra/llinventory/llfoldertype.cpp')
| -rw-r--r-- | indra/llinventory/llfoldertype.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llfoldertype.cpp b/indra/llinventory/llfoldertype.cpp index 675da65af2..818a8b5cc3 100644 --- a/indra/llinventory/llfoldertype.cpp +++ b/indra/llinventory/llfoldertype.cpp @@ -60,7 +60,7 @@ class LLFolderDictionary : public LLSingleton<LLFolderDictionary>, { LLSINGLETON(LLFolderDictionary); protected: - virtual LLFolderType::EType notFound() const + virtual LLFolderType::EType notFound() const override { return LLFolderType::FT_NONE; } |
