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 9f022de commit 9fd9dcfCopy full SHA for 9fd9dcf
pygccxml/declarations/matcher.py
@@ -8,7 +8,7 @@
8
from . import algorithm
9
10
11
-class matcher:
+class matcher(object):
12
13
"""Class-namespace, contains implementation of a few "find" algorithms
14
and definition of the related exception classes"""
0 commit comments