summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/cwidgeteventhandlerlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/cwidgeteventhandlerlist.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/cwidgeteventhandlerlist.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/NxWidgets/libnxwidgets/include/cwidgeteventhandlerlist.hxx b/NxWidgets/libnxwidgets/include/cwidgeteventhandlerlist.hxx
index 8c9ef6738..f0a2f1d72 100644
--- a/NxWidgets/libnxwidgets/include/cwidgeteventhandlerlist.hxx
+++ b/NxWidgets/libnxwidgets/include/cwidgeteventhandlerlist.hxx
@@ -131,7 +131,7 @@ namespace NXWidgets
* @return True if events are enabled.
*/
- const bool isEnabled(void) const;
+ bool isEnabled(void) const;
/**
* Get the event handler at the specified index.
@@ -140,7 +140,7 @@ namespace NXWidgets
* @return The event handler at the specified index.
*/
- inline CWidgetEventHandler *at(const int index) const
+ inline CWidgetEventHandler *at(int index) const
{
return m_widgetEventHandlers.at(index);
}
@@ -151,7 +151,7 @@ namespace NXWidgets
* @return The size of the array.
*/
- inline const nxgl_coord_t size(void) const
+ inline nxgl_coord_t size(void) const
{
return m_widgetEventHandlers.size();
}