diff options
Diffstat (limited to 'src/core/settings/nm-secret-agent.h')
| -rw-r--r-- | src/core/settings/nm-secret-agent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings/nm-secret-agent.h b/src/core/settings/nm-secret-agent.h index 14458b38..eb8dd382 100644 --- a/src/core/settings/nm-secret-agent.h +++ b/src/core/settings/nm-secret-agent.h @@ -12,7 +12,7 @@ #define NM_TYPE_SECRET_AGENT (nm_secret_agent_get_type()) #define NM_SECRET_AGENT(obj) \ - (G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_SECRET_AGENT, NMSecretAgent)) + (_NM_G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_SECRET_AGENT, NMSecretAgent)) #define NM_SECRET_AGENT_CLASS(klass) \ (G_TYPE_CHECK_CLASS_CAST((klass), NM_TYPE_SECRET_AGENT, NMSecretAgentClass)) #define NM_IS_SECRET_AGENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), NM_TYPE_SECRET_AGENT)) |