Skip to content

Commit

Permalink
Fix compilation with clang>=12; fixes desktop-app#83
Browse files Browse the repository at this point in the history
  • Loading branch information
msva authored Jul 14, 2022
1 parent 10d5f4b commit 82363c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class LossBasedBweV2 {
};

struct Config {
Config() {};
double bandwidth_rampup_upper_bound_factor = 0.0;
double rampup_acceleration_max_factor = 0.0;
TimeDelta rampup_acceleration_maxout_time = TimeDelta::Zero();
Expand Down

0 comments on commit 82363c6

Please sign in to comment.