Skip to content

Commit

Permalink
Fix compile on MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Aug 17, 2021
1 parent 1a11e00 commit f80f389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/case/wal_publisher_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct test_wal_publisher_log_type {
util::distributed_system::wal_time_point timepoint;
int64_t log_key;
test_wal_publisher_log_action action;
int data;
int64_t data;
};

struct test_wal_publisher_storage_type {
Expand Down

0 comments on commit f80f389

Please sign in to comment.