You've already forked godot
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user