Skip to content

Commit

Permalink
Rename xhook
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Mar 15, 2024
1 parent f167fdb commit f1290dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

#include "xeus-zmq/xserver_zmq.hpp"
#include "xeus-zmq/xzmq_context.hpp"
#include "xeus-zmq/hook_base.hpp"
#include "xeus-zmq/xhook_base.hpp"

#include "pybind11/embed.h"
#include "pybind11/pybind11.h"
Expand All @@ -47,7 +47,7 @@

namespace py = pybind11;

class py_hook : public xeus::hook_base
class py_hook : public xeus::xhook_base
{
public:
py_hook() = default;
Expand Down

0 comments on commit f1290dc

Please sign in to comment.