diff options
author | kotontrion <[email protected]> | 2025-03-11 14:03:05 +0100 |
---|---|---|
committer | noname <[email protected]> | 2025-04-25 01:19:20 +1000 |
commit | 679a25a09766dc390147590c95c94eb5b2d23d3f (patch) | |
tree | fd40bef678a3f92fe7731f8d639a6f97061c6534 /lib/cava | |
parent | 38910b9ba8655ffb6333c97c2acc0132e9f585b6 (diff) |
fix missing get-type for enums in cava and river
Diffstat (limited to 'lib/cava')
-rw-r--r-- | lib/cava/astal-cava.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cava/astal-cava.h b/lib/cava/astal-cava.h index 343234a..916c5e9 100644 --- a/lib/cava/astal-cava.h +++ b/lib/cava/astal-cava.h @@ -5,6 +5,7 @@ G_BEGIN_DECLS +GType astal_cava_input_get_type(); #define ASTAL_CAVA_TYPE_INPUT (astal_cava_input_get_type()) typedef enum { |