Skip to content

Commit a930501

Browse files
committed
Add missing @Property
1 parent c4dfc8b commit a930501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pygccxml/declarations/cpptypes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def byte_size(self):
7272
def byte_size(self, new_byte_size):
7373
self._byte_size = new_byte_size
7474

75+
@property
7576
def byte_align(self):
7677
"Alignment of this type in bytes @type: int"
7778
return self._byte_align

0 commit comments

Comments
 (0)