diff options
author | Bastien Nocera <hadess@hadess.net> | 2019-02-06 14:33:50 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2019-02-06 14:35:41 +0100 |
commit | 264cd0cdad688982977ec0bfcb51aa1cd88409ed (patch) | |
tree | 4b7c85e40c54b36d62e4010db0434131b31a9398 /src/grl-caps.c | |
parent | aa89906abf5453a8b6efc759453f2b1e7e8ff80e (diff) | |
download | grilo-264cd0cdad688982977ec0bfcb51aa1cd88409ed.tar.gz |
core: Stop using compatibility type macros internally
The compatibility macros were added in commit ca606fb1.
Diffstat (limited to 'src/grl-caps.c')
-rw-r--r-- | src/grl-caps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grl-caps.c b/src/grl-caps.c index 3902aa6..4e9368f 100644 --- a/src/grl-caps.c +++ b/src/grl-caps.c @@ -115,7 +115,7 @@ grl_caps_class_init (GrlCapsClass *self_class) GrlCaps * grl_caps_new (void) { - return g_object_new (GRL_CAPS_TYPE, NULL); + return g_object_new (GRL_TYPE_CAPS, NULL); } /** |