mirror of
https://github.com/PerMalmberg/libcron.git
synced 2025-04-22 00:13:01 -05:00
Don't move() in returns.
This commit is contained in:
parent
47a615897a
commit
5d60fa7133
@ -11,7 +11,7 @@ namespace libcron
|
||||
CronData c;
|
||||
c.parse(cron_expression);
|
||||
|
||||
return std::move(c);
|
||||
return c;
|
||||
}
|
||||
|
||||
CronData::CronData()
|
||||
|
Loading…
x
Reference in New Issue
Block a user