We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320a9c4 commit 140e196Copy full SHA for 140e196
pygccxml/parser/patcher.py
@@ -22,9 +22,7 @@ def __call__(self, decl):
22
arg.default_value = fixer(decl, arg)
23
24
def __find_fixer(self, func, arg):
25
- if not arg.default_value:
26
- return False
27
- elif self.__is_unqualified_enum(func, arg):
+ if self.__is_unqualified_enum(func, arg):
28
return self.__fix_unqualified_enum
29
elif self.__is_double_call(func, arg):
30
return self.__fix_double_call
0 commit comments