mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #5361 from ligfx/signaturedbwarning
SignatureDB: fix prevented copy elision
This commit is contained in:
commit
d48c3ce63e
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@
|
|||
#include "Core/PowerPC/SignatureDB/DSYSignatureDB.h"
|
||||
#include "Core/PowerPC/SignatureDB/MEGASignatureDB.h"
|
||||
|
||||
SignatureDB::SignatureDB(SignatureDB::HandlerType handler)
|
||||
: m_handler(std::move(CreateFormatHandler(handler)))
|
||||
SignatureDB::SignatureDB(SignatureDB::HandlerType handler) : m_handler(CreateFormatHandler(handler))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue