Skip to content

Commit

Permalink
Init data, just in case.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisTM committed Jun 5, 2024
1 parent a85a590 commit 147a690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cracon/cracon.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class SharedFile : public File {
* @brief Allow to store this structure on the stack to avoid double
* indirection.
*/
Param(): data({}) {};
Param(): data_({}) {};

/**
* @brief Fetches a copy of the current data. This doesn't touch the file.
Expand Down

0 comments on commit 147a690

Please sign in to comment.