Skip to content

Commit

Permalink
#125 Move graph_interface.hpp into a new folder <ureact/core/>
Browse files Browse the repository at this point in the history
* move all graph_interface.hpp content into a new public interface ureact::core
  • Loading branch information
YarikTH committed Sep 4, 2023
1 parent f015adc commit f8d544c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ureact/detail/observer_node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace detail

class observer_node
: public node_base
, public observer_interface
, public core::observer_interface
{
public:
explicit observer_node( const context& context )
Expand Down

0 comments on commit f8d544c

Please sign in to comment.