Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/statiskit/AutoWIG into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Jan 23, 2018
2 parents 9d88ef8 + d0bab13 commit 74809d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/py/autowig/asg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1384,6 +1384,10 @@ class ClassTemplateSpecializationProxy(ClassProxy, TemplateSpecializationProxy):
"""
"""

@property
def is_complete(self):
return self._is_complete or len(self.declarations()) > 0

@property
def header(self):
if not hasattr(self, '_header'):
Expand Down

0 comments on commit 74809d7

Please sign in to comment.