mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Fix MSVC warning
This commit is contained in:
parent
3e52740eeb
commit
2037e919a0
@ -89,7 +89,7 @@ namespace ipc {
|
||||
|
||||
class NS_FINAL_CLASS Shmem
|
||||
{
|
||||
friend class IPC::ParamTraits<mozilla::ipc::Shmem>;
|
||||
friend struct IPC::ParamTraits<mozilla::ipc::Shmem>;
|
||||
|
||||
public:
|
||||
typedef int32 id_t;
|
||||
|
Loading…
Reference in New Issue
Block a user