1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fix HTML5 build after 67a4c30.

I messed up a rebase and a commit was partly skipped
This commit is contained in:
Fabio Alessandrelli
2019-10-11 18:39:03 +02:00
parent 1fed266bf5
commit d75e0de729
4 changed files with 11 additions and 5 deletions

View File

@@ -33,7 +33,7 @@
#include "emws_server.h"
#include "core/os/os.h"
Error EMWSServer::listen(int p_port, PoolVector<String> p_protocols, bool gd_mp_api) {
Error EMWSServer::listen(int p_port, Vector<String> p_protocols, bool gd_mp_api) {
return FAILED;
}