Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed May 22, 2024
1 parent 83dcc56 commit f0a6d38
Show file tree
Hide file tree
Showing 8 changed files with 273 additions and 523 deletions.
2 changes: 1 addition & 1 deletion src/struct_pb/examples/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
struct my_struct : struct_pb::pb_base {
int x;
bool y;
iguana::fixed64_t z;
struct_pb::fixed64_t z;
};
REFLECTION(my_struct, x, y, z);

Expand Down
Loading

0 comments on commit f0a6d38

Please sign in to comment.