[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdecore/kconfig_compiler
From:       Joseph Wenninger <kde () jowenn ! at>
Date:       2006-01-31 21:45:59
Message-ID: 1138743959.530348.31344.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 504371 by jowenn:

 two std::s too much

 M  +2 -2      kconfig_compiler.cpp  


--- trunk/KDE/kdelibs/kdecore/kconfig_compiler/kconfig_compiler.cpp #504370:504371
@@ -915,7 +915,7 @@
     out << "{" << endl;
     out << "  kdDebug() << \"" << setFunction(n);
     out << ": value \" << v << \" is less than the minimum value of ";
-    out << e->minValue()<< "\" << std::endl;" << endl;
+    out << e->minValue()<< "\" << endl;" << endl;
     out << "  v = " << e->minValue() << ";" << endl;
     out << "}" << endl;
   }
@@ -926,7 +926,7 @@
     out << "{" << endl;
     out << "  kdDebug() << \"" << setFunction(n);
     out << ": value \" << v << \" is greater than the maximum value of ";
-    out << e->maxValue()<< "\" << std::endl;" << endl;
+    out << e->maxValue()<< "\" << endl;" << endl;
     out << "  v = " << e->maxValue() << ";" << endl;
     out << "}" << endl << endl;
   }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic