Add a missing initializer.

llvm-svn: 111510
This commit is contained in:
Alexis Hunt 2010-08-19 03:06:50 +00:00
parent 9e96898032
commit 5ac173b69e
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public:
protected:
Attr(attr::Kind AK, SourceLocation L)
: Loc(L), AttrKind(AK) {}
: Loc(L), AttrKind(AK), Inherited(false) {}
public: