mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-17 06:00:03 +02:00
Undefine LIBDBUS_FUNCTIONS at the end of .cpp file
To avoid leaking macros.
This commit is contained in:
@@ -227,3 +227,5 @@ bool send_notification(const std::string& title,
|
|||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#undef LIBDBUS_FUNCTIONS
|
||||||
|
|||||||
Reference in New Issue
Block a user