Skip to content

Commit

Permalink
fix clang tidy warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Laurynas Jagutis <[email protected]>
  • Loading branch information
Laurynas-Jagutis committed Oct 23, 2024
1 parent 7b6ce9c commit 0eda749
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class PgmVnfConverter {
void convert_links_input();
};

inline PgmVnfConverter::PgmVnfConverter(char* buffer, power_grid_model::WritableDataset* data,
inline PgmVnfConverter::PgmVnfConverter(char* const buffer, power_grid_model::WritableDataset* data,
power_grid_model_io_native::Idx experimental_feature_flag)
: f_file_buffer(buffer), deserialized_data(data) {
if (experimental_feature_flag == 0) {
Expand Down

0 comments on commit 0eda749

Please sign in to comment.