File: utf8-encoding

package info (click to toggle)
log4cpp 1.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,444 kB
  • sloc: cpp: 6,715; sh: 3,670; ansic: 1,049; makefile: 295
file content (11 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
--- a/include/log4cpp/config-win32.h
+++ b/include/log4cpp/config-win32.h
@@ -158,7 +158,7 @@
 #endif
 
 #if defined(_MSC_VER) && _MSC_VER == 1310
-// warning C4275: interface non dll class 'std::runtime_error' utilise comme base 
+// warning C4275: interface non dll class 'std::runtime_error' utilisée comme base
 // d'une interface dll class 'log4cpp::ConfigureFailure'
 #pragma warning(disable: 4275)
 #endif