[android] Rename create socket function.
This commit is contained in:
parent
9e736d00a5
commit
8314310c0e
1 changed files with 1 additions and 1 deletions
|
@ -71,5 +71,5 @@ private:
|
|||
jobject m_self;
|
||||
};
|
||||
|
||||
unique_ptr<Socket> createSocket() { return make_unique<SocketImpl>(); }
|
||||
unique_ptr<Socket> CreateSocket() { return make_unique<SocketImpl>(); }
|
||||
}
|
||||
|
|
Reference in a new issue