diff options
Diffstat (limited to 'src/mds-kbdc')
-rw-r--r-- | src/mds-kbdc/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-kbdc/tree.h b/src/mds-kbdc/tree.h index 13a79cb..1f31e34 100644 --- a/src/mds-kbdc/tree.h +++ b/src/mds-kbdc/tree.h @@ -153,7 +153,7 @@ /** * Keyboard layout syntax tree */ -union mds_kbdc_tree __attribute__((transparent)); +union mds_kbdc_tree __attribute__((transparent_union)); /** * Keyboard layout syntax tree |