diff options
Diffstat (limited to 'libempathy/empathy-dispatch-operation.h')
-rw-r--r-- | libempathy/empathy-dispatch-operation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatch-operation.h b/libempathy/empathy-dispatch-operation.h index 3597bd0e8..84ed36013 100644 --- a/libempathy/empathy-dispatch-operation.h +++ b/libempathy/empathy-dispatch-operation.h @@ -57,7 +57,7 @@ GType empathy_dispatch_operation_get_type (void); /* TYPE MACROS */ #define EMPATHY_TYPE_DISPATCH_OPERATION \ - (empathy_dispatch_operation_get_type()) + (empathy_dispatch_operation_get_type ()) #define EMPATHY_DISPATCH_OPERATION(obj) \ (G_TYPE_CHECK_INSTANCE_CAST((obj), EMPATHY_TYPE_DISPATCH_OPERATION, \ EmpathyDispatchOperation)) |