We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0121a commit baac98dCopy full SHA for baac98d
writeengine/client/we_clients.cpp
@@ -310,7 +310,7 @@ void WEClients::Setup()
310
}
311
312
313
-bool WEClient::isConectionReadonly(uint32_t connection)
+bool WEClients::isConectionReadonly(uint32_t connection)
314
{
315
return fPmConnections[connection] == nullptr;
316
writeengine/client/we_clients.h
@@ -124,7 +124,7 @@ class WEClients
124
return count;
125
126
127
- bool connectionIsReadonly(uint32_t connection);
+ bool isConnectionReadonly(uint32_t connection);
128
129
private:
130
WEClients(const WEClients& weClient);
0 commit comments