summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx b/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx
index c414abadb..574c24b55 100644
--- a/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx
+++ b/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx
@@ -108,9 +108,11 @@ namespace NXWidgets
/**
* Handle a NX window blocked event
+ *
+ * @param arg - User provided argument (see nx_block or nxtk_block)
*/
- virtual void handleBlockedEvent(void) { }
+ virtual void handleBlockedEvent(FAR void *arg) { }
};
}