mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Actually change the key type of a record, and its corresponding conversion behavior, depending on what the IDL says
This commit is contained in:
parent
7233825bfe
commit
8547419267
3 changed files with 41 additions and 11 deletions
|
|
@ -47,7 +47,7 @@ template<typename KeyType, typename ValueType>
|
|||
class Record
|
||||
{
|
||||
public:
|
||||
typedef typename binding_detail::RecordEntry<nsString, ValueType> EntryType;
|
||||
typedef typename binding_detail::RecordEntry<KeyType, ValueType> EntryType;
|
||||
typedef Record<KeyType, ValueType> SelfType;
|
||||
|
||||
Record()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue