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 c02aa26 commit e1757c4Copy full SHA for e1757c4
src/xinterpreter.cpp
@@ -28,6 +28,8 @@
28
#include "xplugin/xplugin_registry.hpp"
29
#include "xplugin/xfactory.hpp"
30
#include "xplugin/xshared_library.hpp"
31
+#include "xplugin/xmagics.hpp"
32
+#include "xplugin/os.hpp"
33
#endif
34
35
using Args = std::vector<const char*>;
@@ -397,7 +399,7 @@ __get_cxx_version ()
397
399
398
400
401
#ifdef XEUS_CPP_XPLUGIN
- preamble_manager["magics"].get_cast<xmagics_manager>().register_magic("list_plugins", list_plugins_magic);
402
+preamble_manager["magics"].get_cast<xp::xmagics_manager>().register_magic("file", xp::writefile());
403
404
}
405
0 commit comments