summaryrefslogtreecommitdiffstats
path: root/src/widgets/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/button.h')
-rw-r--r--src/widgets/button.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/button.h b/src/widgets/button.h
index 60b98de45..584818181 100644
--- a/src/widgets/button.h
+++ b/src/widgets/button.h
@@ -29,10 +29,10 @@ class View;
}
}
-typedef enum {
+enum SPButtonType {
SP_BUTTON_TYPE_NORMAL,
SP_BUTTON_TYPE_TOGGLE
-} SPButtonType;
+};
struct SPBChoiceData {
guchar *px;