diff --git a/es-core/src/components/OptionListComponent.h b/es-core/src/components/OptionListComponent.h index 0d2097ab1..b392ab36a 100644 --- a/es-core/src/components/OptionListComponent.h +++ b/es-core/src/components/OptionListComponent.h @@ -249,7 +249,7 @@ public: void setOverrideMultiText(const std::string& text) { mOverrideMultiText = text; } void clearEntries() { mEntries.clear(); } - void setCallback(const std::function& callbackFunc) + void setCallback(const std::function& callbackFunc) { mSelectedChangedCallback = callbackFunc; }