summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/cnxstring.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/cnxstring.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/cnxstring.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/libnxwidgets/include/cnxstring.hxx b/NxWidgets/libnxwidgets/include/cnxstring.hxx
index 91bd253c7..247919116 100644
--- a/NxWidgets/libnxwidgets/include/cnxstring.hxx
+++ b/NxWidgets/libnxwidgets/include/cnxstring.hxx
@@ -74,7 +74,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <sys/types.h>
@@ -122,7 +122,7 @@ namespace NXWidgets
{
private:
friend class CStringIterator;
-
+
int m_stringLength; /**< Number of characters in the string */
int m_allocatedSize; /**< Number of bytes allocated for this string */
int m_growAmount; /**< Number of chars that the string grows by