summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/cnxwidget.hxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-01 14:53:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-01 14:53:38 +0000
commit43c642c61857ceefe07ce0fb929c569b52a545a5 (patch)
tree865d4f643ca3024818a963b2d5ff1aceb8c3a9f5 /NxWidgets/libnxwidgets/include/cnxwidget.hxx
parent5a5bdf7d1b7afcf5c7b30209bdfad2abf2e72f3b (diff)
downloadnuttx-43c642c61857ceefe07ce0fb929c569b52a545a5.tar.gz
nuttx-43c642c61857ceefe07ce0fb929c569b52a545a5.tar.bz2
nuttx-43c642c61857ceefe07ce0fb929c569b52a545a5.zip
NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken Bannister
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5592 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/libnxwidgets/include/cnxwidget.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/cnxwidget.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/libnxwidgets/include/cnxwidget.hxx b/NxWidgets/libnxwidgets/include/cnxwidget.hxx
index dda8efc1d..32e3dfbc6 100644
--- a/NxWidgets/libnxwidgets/include/cnxwidget.hxx
+++ b/NxWidgets/libnxwidgets/include/cnxwidget.hxx
@@ -222,7 +222,7 @@ namespace NXWidgets
* @see redraw().
*/
- virtual inline void drawContents(CGraphicsPort* port) { }
+ virtual void drawContents(CGraphicsPort* port);
/**
* Draw the area of this widget that falls within the clipping region.