diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-13 21:12:19 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-13 21:12:19 +0100 |
commit | 1e3d692684b4c816b59992131f2871436a4dd561 (patch) | |
tree | 9f5373014a5414c59280699320f26cb9d0e0956f /src | |
parent | add todo (diff) | |
download | mds-1e3d692684b4c816b59992131f2871436a4dd561.tar.gz mds-1e3d692684b4c816b59992131f2871436a4dd561.tar.bz2 mds-1e3d692684b4c816b59992131f2871436a4dd561.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-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 |