We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6711dc commit 54dd6abCopy full SHA for 54dd6ab
src/xcomm.hpp
@@ -9,6 +9,7 @@
9
#include <string>
10
#include <vector>
11
#include <iostream>
12
+#include <memory>
13
14
#include "nlohmann/json.hpp"
15
@@ -55,7 +56,7 @@ namespace xeus_javascript
55
56
void on_msg(const js_callback_type& callback);
57
void on_close(const js_callback_type& callback);
58
- static std::unique_ptr<MyClass> create(std::string target_name, nl::json extra_kwargs);
59
+ static std::unique_ptr<xcomm> create(std::string target_name, nl::json extra_kwargs);
60
61
62
private:
0 commit comments