Fix build breakage on Windows with GCC 4.3. References bug #2176.

llvm-svn: 48874
This commit is contained in:
Mikhail Glushenkov 2008-03-27 09:53:47 +00:00
parent 30d09518b5
commit abb139c3f8
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ struct ToolOptionDescription : public OptionDescription {
OptionPropertyList Props;
// StringMap can only store DefaultConstructible objects
ToolOptionDescription() : OptionDescription() {}
ToolOptionDescription() : OptionDescription(), Flags(0) {}
ToolOptionDescription (OptionType::OptionType t, const std::string& n)
: OptionDescription(t, n)