Skip to content

Commit 27918dd

Browse files
committed
Add object class to comment_t
1 parent 09b9edd commit 27918dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygccxml/declarations/comment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from . import location as pygccxml_location
1212

1313

14-
class comment_t():
14+
class comment_t(object):
1515

1616
def __init__(self, name='', declarations=None):
1717
"""

0 commit comments

Comments
 (0)