Skip to content

Commit 28d1d38

Browse files
authored
std::ove
1 parent 79c7b37 commit 28d1d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tdms/src/simulation_parameters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void SimulationParameters::set_source_mode(string mode_string) {
2929

3030
void SimulationParameters::set_run_mode(string mode_string) {
3131

32-
auto s = std::ove(mode_string);
32+
auto s = std::move(mode_string);
3333
if (s == "complete") {
3434
run_mode = RunMode::complete;
3535
} else if (s == "analyse") {

0 commit comments

Comments
 (0)