summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-15 17:33:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-15 17:33:59 -0600
commit178f42b730fa634777c9e4e579004da94655ba84 (patch)
tree3746731419cfc2a9e1648f87b20431b5391a87f1 /NxWidgets/libnxwidgets/include
parent30bd1b4ab2fbc7420dad999b18091d04e6438689 (diff)
downloadnuttx-178f42b730fa634777c9e4e579004da94655ba84.tar.gz
nuttx-178f42b730fa634777c9e4e579004da94655ba84.tar.bz2
nuttx-178f42b730fa634777c9e4e579004da94655ba84.zip
NxMW::CMediaPlayer now supports a pause button
Diffstat (limited to 'NxWidgets/libnxwidgets/include')
-rw-r--r--NxWidgets/libnxwidgets/include/cscrollingtextbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/libnxwidgets/include/cscrollingtextbox.hxx b/NxWidgets/libnxwidgets/include/cscrollingtextbox.hxx
index 8aedc09a9..e67277ff0 100644
--- a/NxWidgets/libnxwidgets/include/cscrollingtextbox.hxx
+++ b/NxWidgets/libnxwidgets/include/cscrollingtextbox.hxx
@@ -109,7 +109,7 @@ namespace NXWidgets
*/
class CScrollingTextBox : public ITextBox, public CNxWidget,
- public IScrollable, public CWidgetEventHandler
+ public IScrollable, public CWidgetEventHandler
{
protected:
CMultiLineTextBox *m_texbox; /**< Pointer to the textbox */