@@ -673,7 +673,7 @@ struct BuiltStyledStreamWriter : public StreamWriter
673673 BuiltStyledStreamWriter (
674674 std::ostream* sout,
675675 std::string const & indentation,
676- StreamWriter::CommentStyle cs,
676+ StreamWriter::CommentStyle::Enum cs,
677677 std::string const & colonSymbol,
678678 std::string const & nullSymbol,
679679 std::string const & endingLineFeedSymbol);
@@ -697,7 +697,7 @@ struct BuiltStyledStreamWriter : public StreamWriter
697697 std::string indentString_;
698698 int rightMargin_;
699699 std::string indentation_;
700- CommentStyle cs_;
700+ CommentStyle::Enum cs_;
701701 std::string colonSymbol_;
702702 std::string nullSymbol_;
703703 std::string endingLineFeedSymbol_;
@@ -707,7 +707,7 @@ struct BuiltStyledStreamWriter : public StreamWriter
707707BuiltStyledStreamWriter::BuiltStyledStreamWriter (
708708 std::ostream* sout,
709709 std::string const & indentation,
710- StreamWriter::CommentStyle cs,
710+ StreamWriter::CommentStyle::Enum cs,
711711 std::string const & colonSymbol,
712712 std::string const & nullSymbol,
713713 std::string const & endingLineFeedSymbol)
0 commit comments