Skip to content

Commit c0c2a1b

Browse files
authored
Merge pull request #1113 from boennecd/master
attempt to fix 2019-February/010296.html
2 parents c5a97a3 + abff123 commit c0c2a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ namespace attributes {
168168
// Type info
169169
class Type {
170170
public:
171-
Type() {}
171+
Type(): isConst_(false), isReference_(false) {}
172172
Type(const std::string& name, bool isConst, bool isReference)
173173
: name_(name), isConst_(isConst), isReference_(isReference)
174174
{

0 commit comments

Comments
 (0)