From 9df41ea3157c30b3a5f55cfdd2e445ac97a29e21 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 5 Feb 2004 22:41:11 +0000 Subject: [PATCH] Fix the return type of ostream::rdbuf. git-svn-id: https://svn.dealii.org/trunk@8402 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/logstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/base/include/base/logstream.h b/deal.II/base/include/base/logstream.h index b9480771de..042de4b1b0 100644 --- a/deal.II/base/include/base/logstream.h +++ b/deal.II/base/include/base/logstream.h @@ -311,7 +311,7 @@ class LogStream * time, or when the destructor * of this class is run. */ - std::ostream::__streambuf_type* old_cerr; + std::streambuf *old_cerr; /** * Print head of line. This prints -- 2.39.5