]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
See the prev one.
[wxWidgets.git] / include / wx / string.h
index 978ee25b7700c75dea88c07c469cea15d3730aff..44d6803a1b5d6edbf970dbc12744e282e95d71df 100644 (file)
@@ -125,7 +125,7 @@ inline const wxString& wxGetEmptyString() { return *(wxString *)&g_szNul; }
 struct WXDLLEXPORT wxStringData
 {
   int     nRefs;        // reference count
-  size_t    nDataLength,  // actual string length
+  size_t  nDataLength,  // actual string length
           nAllocLength; // allocated memory size
 
   // mimics declaration 'char data[nAllocLength]'