summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/ctext.hxx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-15 16:08:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-15 16:08:06 -0600
commit57aa5b7bfc908170d9b068ebf71696bafdea473d (patch)
treeeee07c0bf503340a7cbf67028d15361d333e58f7 /NxWidgets/libnxwidgets/include/ctext.hxx
parent7ef1ad19448670543bece35c3a6119e6a440c778 (diff)
downloadpx4-nuttx-57aa5b7bfc908170d9b068ebf71696bafdea473d.tar.gz
px4-nuttx-57aa5b7bfc908170d9b068ebf71696bafdea473d.tar.bz2
px4-nuttx-57aa5b7bfc908170d9b068ebf71696bafdea473d.zip
Add a 320x320 NuttX logo image
Diffstat (limited to 'NxWidgets/libnxwidgets/include/ctext.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/ctext.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/NxWidgets/libnxwidgets/include/ctext.hxx b/NxWidgets/libnxwidgets/include/ctext.hxx
index 8f8ee5783..a58d32eeb 100644
--- a/NxWidgets/libnxwidgets/include/ctext.hxx
+++ b/NxWidgets/libnxwidgets/include/ctext.hxx
@@ -147,6 +147,12 @@ namespace NXWidgets
CText(CNxFont *font, const CNxString &text, nxgl_coord_t width);
/**
+ * Destructor.
+ */
+
+ virtual ~CText(void) {}
+
+ /**
* Set the text in the string.
*
* @param text Char array to use as the new data for this string.