Rename Reference to RefCounted
This commit is contained in:
parent
fbb5a541ef
commit
04688b92ff
270 changed files with 926 additions and 926 deletions
|
|
@ -46,7 +46,7 @@ class WSLServer : public WebSocketServer {
|
|||
GDCIIMPL(WSLServer, WebSocketServer);
|
||||
|
||||
private:
|
||||
class PendingPeer : public Reference {
|
||||
class PendingPeer : public RefCounted {
|
||||
private:
|
||||
bool _parse_request(const Vector<String> p_protocols);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue