]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/confbase.h
Some wxComboCtrlBase member functions were enclosed within incorrect compatibility...
[wxWidgets.git] / include / wx / confbase.h
index 4534dcf9f087a9d0918fea0fd5d7942faa0134f4..e0ed69ff5e37b3bab4249b0b03c3cd9e41c73f29 100644 (file)
@@ -217,7 +217,7 @@ public:
   }
 #endif // wxHAS_CONFIG_TEMPLATE_RW
 
-  // convenience functions returning directly the value 
+  // convenience functions returning directly the value
   wxString Read(const wxString& key,
                 const wxString& defVal = wxEmptyString) const
     { wxString s; (void)Read(key, &s, defVal); return s; }