mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
WebSocketProtocol: Fix vector initialization
This commit is contained in:
parent
51e7fdae9e
commit
7f503d846b
@ -8,9 +8,9 @@
|
||||
#include "requesthandler/RequestHandler.h"
|
||||
|
||||
namespace WebSocketProtocol {
|
||||
const std::vector<uint8_t> SupportedRpcVersions(
|
||||
const std::vector<uint8_t> SupportedRpcVersions{
|
||||
1
|
||||
);
|
||||
};
|
||||
|
||||
struct ProcessResult {
|
||||
WebSocketServer::WebSocketCloseCode closeCode = WebSocketServer::WebSocketCloseCode::DontClose;
|
||||
|
Loading…
Reference in New Issue
Block a user