Update PatchCord.cpp
This commit is contained in:
parent
ab0b0cb5b8
commit
198fcc64c6
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2015-2019 by Artem Prilutskiy
|
||||
// Copyright 2015-2021 by Artem Prilutskiy
|
||||
|
||||
#include "PatchCord.h"
|
||||
|
||||
|
@ -213,6 +213,7 @@ uint32_t PatchCord::getPrivateIDForCall(const char* call)
|
|||
DBUS_TYPE_STRING, &call,
|
||||
DBUS_TYPE_STRING, &text,
|
||||
DBUS_TYPE_STRING, &symbol,
|
||||
DBUS_TYPE_BOOLEAN, &active,
|
||||
DBUS_TYPE_INVALID))
|
||||
value = number;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue