Update PatchCord.cpp
This commit is contained in:
parent
10fa9fd0bd
commit
6d2ec2004c
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
// Copyright 2015-2021 by Artem Prilutskiy
|
// Copyright 2015-2019 by Artem Prilutskiy
|
||||||
|
|
||||||
#include "PatchCord.h"
|
#include "PatchCord.h"
|
||||||
|
|
||||||
|
@ -191,6 +191,7 @@ uint32_t PatchCord::getPrivateIDForCall(const char* call)
|
||||||
|
|
||||||
if (response != NULL)
|
if (response != NULL)
|
||||||
{
|
{
|
||||||
|
dbus_bool_t active;
|
||||||
dbus_uint32_t number;
|
dbus_uint32_t number;
|
||||||
dbus_uint32_t algorithm;
|
dbus_uint32_t algorithm;
|
||||||
dbus_uint32_t key;
|
dbus_uint32_t key;
|
||||||
|
|
Loading…
Add table
Reference in a new issue