Skip to content

Commit afce1cc

Browse files
committed
Attempt to fix macOS compilation.
1 parent a71f602 commit afce1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lua/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extern "C"
1010
#include "../common/HTTPS.h"
1111
#include "../common/config.h"
1212

13-
static std::set<std::string> validMethod = {"GET", "HEAD", "POST", "PUT", "DELETE", "PATCH"};
13+
static std::set<std::string> validMethod {"GET", "HEAD", "POST", "PUT", "DELETE", "PATCH"};
1414

1515
static std::string w_checkstring(lua_State *L, int idx)
1616
{

0 commit comments

Comments
 (0)