mirror of
https://github.com/PerMalmberg/libcron.git
synced 2025-07-23 10:43:21 -05:00
Don't move() in returns.
This commit is contained in:
@@ -11,7 +11,7 @@ namespace libcron
|
||||
CronData c;
|
||||
c.parse(cron_expression);
|
||||
|
||||
return std::move(c);
|
||||
return c;
|
||||
}
|
||||
|
||||
CronData::CronData()
|
||||
|
Reference in New Issue
Block a user