Skip to content

Commit 67f0bcf

Browse files
committed
make changes recommended by bot
1 parent b51a38b commit 67f0bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main_emscripten_kernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "xeus-cpp/xinterpreter_wasm.hpp"
1717

1818
template <class interpreter_type>
19-
interpreter_type* builder_with_args(emscripten::val js_args)
19+
static interpreter_type* builder_with_args(emscripten::val js_args)
2020
{
2121
static std::vector<std::string> args = emscripten::vecFromJSArray<std::string>(js_args);
2222
static std::vector<const char*> argv_vec;

0 commit comments

Comments
 (0)