mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
fix
This commit is contained in:
@@ -15,7 +15,7 @@ namespace utils
|
||||
|
||||
public:
|
||||
optional_function() = default;
|
||||
|
||||
|
||||
optional_function(std::function<Ret(Args...)> f)
|
||||
: func(std::move(f))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user