Create LFIDBearer default virtual functions for IDs and counts for 0/1 ID

This commit is contained in:
Liru Færs
2019-11-17 22:42:53 -05:00
parent c5bf72f0b3
commit fb20751330
2 changed files with 2 additions and 3 deletions

View File

@@ -48,7 +48,6 @@ struct LLNameUI : public LFIDBearer
}
LLUUID getStringUUIDSelectedItem() const override final { return mNameID; }
uuid_vec_t getSelectedIDs() const override final { return { mNameID }; }
S32 getNumSelected() const override final { return 1; }
void setIsGroup(bool is_group);