]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xti2.h
No changes, just move time functions from wx/stopwatch.h to wx/time.h.
[wxWidgets.git] / include / wx / xti2.h
index 4e26e2a16cf28ef4e995ace2d1428dccf15f7874..d5162c1eaf9d4e6ff3876e09b627d28d992c4d16 100644 (file)
@@ -249,7 +249,8 @@ wxObject* wxVariantOfPtrToObjectConverter##name ( const wxAny &data )        \
     wxT(#basename2), (int) sizeof(name),         \
     (wxObjectConstructorFn) 0);
 
-// templated streaming, every type must have their specialization for these methods
+// templated streaming, every type that can be converted to wxString
+// must have their specialization for these methods
 
 template<typename T>
 void wxStringReadValue( const wxString &s, T &data );