summaryrefslogtreecommitdiffstats
path: root/src/stop-reload-button.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stop-reload-button.h')
-rw-r--r--src/stop-reload-button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stop-reload-button.h b/src/stop-reload-button.h
index 9158782..18d8f91 100644
--- a/src/stop-reload-button.h
+++ b/src/stop-reload-button.h
@@ -43,7 +43,7 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_CLASS_CAST((klass), MQ_TYPE_STOP_RELOAD_BUTTON, \
MqStopReloadButtonClass))
#define MQ_IS_STOP_RELOAD_BUTTON_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_TYPE( (klass), MQ_TYPE_STOP_RELOAD_BUTTON))
+ (G_TYPE_CHECK_CLASS_TYPE((klass), MQ_TYPE_STOP_RELOAD_BUTTON))
#define MQ_STOP_RELOAD_BUTTON_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS((obj), MQ_TYPE_STOP_RELOAD_BUTTON, \
MqStopReloadButtonClass))