]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
Added variant.h/cpp; changed variable names in object.h; added some
[wxWidgets.git] / include / wx / log.h
index 944df18f394b90294b3d2c1ae50eda8316f49ce0..00b4cdd1d1ed65dc1dc70ee12b7a785dedfdb928 100644 (file)
@@ -83,9 +83,9 @@ public:
 
   // only one sink is active at each moment
     // get current log target, will call wxApp::CreateLogTarget() to create one
-    // if 
+    // if none exists
   static wxLog *GetActiveTarget();
-    // change log target, pLogger = NULL disables logging. if bNoFlashOld is true, 
+    // change log target, pLogger = NULL disables logging. if bNoFlashOld is true,
     // the old log target isn't flashed which might lead to loss of messages!
     // returns the previous log target
   static wxLog *SetActiveTarget(wxLog *pLogger, bool bNoFlashOld = FALSE);