Skip to content

Commit 3fccf49

Browse files
authored
Attempt fix 2
1 parent 31b8455 commit 3fccf49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/xinterpreter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ __get_cxx_version ()
132132
const std::string& code,
133133
bool silent,
134134
bool /*store_history*/,
135-
nl::json /*user_expressions*/
135+
nl::json /*user_expressions*/,
136+
bool allow_stdin
136137
)
137138
{
138139
nl::json kernel_res;

0 commit comments

Comments
 (0)