diff options
Diffstat (limited to 'indra/newview/llnameeditor.h')
-rw-r--r-- | indra/newview/llnameeditor.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llnameeditor.h b/indra/newview/llnameeditor.h index f9cabb5831..99e03a1166 100644 --- a/indra/newview/llnameeditor.h +++ b/indra/newview/llnameeditor.h @@ -50,6 +50,11 @@ public: { Optional<bool> is_group; Optional<LLUUID> name_id; + + Params() + : is_group("is_group"), + name_id("name_id") + {} }; protected: |