mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 947578 - Expose Contains on nsBaseHashtable. r=froydnj
This commit is contained in:
parent
87b0c50a12
commit
1e7916058d
@ -58,6 +58,8 @@ public:
|
||||
typedef typename KeyClass::KeyType KeyType;
|
||||
typedef nsBaseHashtableET<KeyClass,DataType> EntryType;
|
||||
|
||||
using nsTHashtable<EntryType>::Contains;
|
||||
|
||||
nsBaseHashtable()
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user