summaryrefslogtreecommitdiff
path: root/vala/valastruct.vala
diff options
context:
space:
mode:
Diffstat (limited to 'vala/valastruct.vala')
-rw-r--r--vala/valastruct.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/vala/valastruct.vala b/vala/valastruct.vala
index b7af767fc..bcfa13e18 100644
--- a/vala/valastruct.vala
+++ b/vala/valastruct.vala
@@ -497,6 +497,8 @@ public class Vala.Struct : TypeSymbol {
process_floating_type_attribute (a);
} else if (a.name == "Immutable") {
is_immutable = true;
+ } else if (a.name == "Deprecated") {
+ process_deprecated_attribute (a);
}
}
}