From 360abde7b0f21861292648de869ab0d1ba655444 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 14 Oct 2013 14:52:17 -0600 Subject: NxWM::CCalibration: Add an option to provide some instructions in the center of the calibration screen --- NxWidgets/libnxwidgets/include/cnxstring.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NxWidgets/libnxwidgets/include/cnxstring.hxx') 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 #include @@ -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 -- cgit v1.2.3