mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 23:00:11 +01:00
parent
791cbd0817
commit
52819b7c94
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ _LOG_DECLARE_SELF (NMDevice);
|
|||
|
||||
G_DEFINE_ABSTRACT_TYPE (NMDevice, nm_device, NM_TYPE_EXPORTED_OBJECT)
|
||||
|
||||
#define NM_DEVICE_GET_PRIVATE(o) \
|
||||
#define NM_DEVICE_GET_PRIVATE(self) \
|
||||
({ \
|
||||
/* preserve the const-ness of self. Unfortunately, that
|
||||
* way, @self cannot be a void pointer */ \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue