diff --git a/Sources/libewol/ewol/Widget.h b/Sources/libewol/ewol/Widget.h index 9cf14dac..212b7b11 100644 --- a/Sources/libewol/ewol/Widget.h +++ b/Sources/libewol/ewol/Widget.h @@ -319,13 +319,13 @@ namespace ewol { * @return --- */ void SetCanHaveFocus(bool canFocusState); - protected: /** * @brief Keep the focus on this widget ==> this remove the previous focus on all other widget * @param --- * @return --- */ void KeepFocus(void); + protected: /** * @brief Event of the focus has been grep by the current widget * @param ---