Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/protocols/native/native_setup_fixture.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct native_setup_fixture
system::data_chunk ws_get_data(std::string_view message);

// 0_32 vs {} for xcode variant issue.
void notify(node::chase event_, node::event_value value=0_32);
void notify(node::chase event_, node::event_value value=0_u32);

protected:
server::configuration config_;
Expand Down
Loading