Skip to content

Commit

Permalink
const
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 b821a74 commit 2f50ad9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ inline std::string serialize_data(power_grid_model::ConstDataset const& const_da

class PgmVnfConverter {
public:
PgmVnfConverter(char* buffer = nullptr, power_grid_model::WritableDataset* data = nullptr,
PgmVnfConverter(const char* buffer = nullptr, power_grid_model::WritableDataset* data = nullptr,
power_grid_model_io_native::Idx experimental_feature_flag = 0);

// Public member functions
Expand Down

0 comments on commit 2f50ad9

Please sign in to comment.