Index: libcxx/trunk/include/ios =================================================================== --- libcxx/trunk/include/ios +++ libcxx/trunk/include/ios @@ -670,7 +670,7 @@ void set_rdbuf(basic_streambuf* __sb); private: basic_ostream* __tie_; - mutable int_type __fill_; + mutable int_type __fill_; }; template