Cleanup: comments (long lines) in string

This commit is contained in:
2019-05-01 20:31:00 +10:00
parent 59fb13c2b1
commit 8a10da1cf8
2 changed files with 10 additions and 8 deletions

View File

@@ -312,7 +312,7 @@ class STR_String {
}
// serializing
//int Serialize(pCStream stream);
// int Serialize(pCStream stream);
protected:
// Implementation
@@ -334,7 +334,7 @@ class STR_String {
}
char *m_data; // -> STR_String data
int m_len; //z Data length
int m_len; // z Data length
int m_max; // Space in data buffer
#ifdef WITH_CXX_GUARDEDALLOC