- save
This commit is contained in:
parent
ac22ea5e75
commit
a27c62f062
49 changed files with 1171 additions and 385 deletions
|
|
@ -6,6 +6,6 @@
|
|||
#include <utility>
|
||||
|
||||
SynthInstance::SynthInstance (std::string processId)
|
||||
: m_processId (std::move (processId))
|
||||
: m_processId(std::move(processId))
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue