File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ UREACT_FUNC const std::shared_ptr<observer_node>& observer_internals::get_node_p
34
34
return m_node;
35
35
}
36
36
37
- UREACT_FUNC node_id observer_internals::get_node_id () const
37
+ UREACT_FUNC core:: node_id observer_internals::get_node_id () const
38
38
{
39
39
return m_node->get_node_id ();
40
40
}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class UREACT_API observer_internals
33
33
UREACT_WARN_UNUSED_RESULT std::shared_ptr<observer_node>& get_node_ptr ();
34
34
UREACT_WARN_UNUSED_RESULT const std::shared_ptr<observer_node>& get_node_ptr () const ;
35
35
36
- UREACT_WARN_UNUSED_RESULT node_id get_node_id () const ;
36
+ UREACT_WARN_UNUSED_RESULT core:: node_id get_node_id () const ;
37
37
38
38
protected:
39
39
UREACT_WARN_UNUSED_RESULT react_graph& get_graph () const ;
You can’t perform that action at this time.
0 commit comments