]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix missing std::
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 2 Mar 2001 10:17:31 +0000 (10:17 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 2 Mar 2001 10:17:31 +0000 (10:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@4089 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/log.cc

index be8ed7bf22bbc0f394c83c0ac34df6ded0abda1e..2627e38a59691e0fb8ebff1bd351ccf4b690213f 100644 (file)
@@ -125,7 +125,7 @@ LogStream::print_line_head()
        }
     }
   
-  const string& head = prefixes.top();
+  const std::string& head = prefixes.top();
 
   if (prefixes.size() <= std_depth)
     {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.