]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/log.h
Document wxFileConfig ctor.
[wxWidgets.git] / interface / wx / log.h
index 09bdc618e54bff6801ea89fa1ccc90dec547606a..a1d249c699f93bf6f15b47c08697f32a01ad1b61 100644 (file)
@@ -1293,7 +1293,7 @@ void wxVLogStatus(const char* formatString, va_list argPtr);
 /**
     Mostly used by wxWidgets itself, but might be handy for logging errors
     after system call (API function) failure. It logs the specified message
 /**
     Mostly used by wxWidgets itself, but might be handy for logging errors
     after system call (API function) failure. It logs the specified message
-    text as well as the last system error code (@e errno or @e ::GetLastError()
+    text as well as the last system error code (@e errno or @e GetLastError()
     depending on the platform) and the corresponding error message. The second
     form of this function takes the error code explicitly as the first
     argument.
     depending on the platform) and the corresponding error message. The second
     form of this function takes the error code explicitly as the first
     argument.