Skip to content

Commit 82a370f

Browse files
committed
Revert "Fixed typo"
This reverts commit 2af9c8e.
1 parent 2af9c8e commit 82a370f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Capabilities/RangeController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ using SetRangeValueCallback = std::function<bool(const String &, int &)>;
8787
* @section AdjustRangeValueCallback Example-Code
8888
* @snippet callbacks.cpp onAdjustRangeValue
8989
**/
90-
using AdjustRangeValueCallback = std::function<bool(const String&, int&)>;
90+
using AdjustRangeValueCallback = std::function<bool(const String&, int&);
9191

9292
/**
9393
* @brief Callback definition for onAdjustRangeValue function on a specific instance for custom devices

0 commit comments

Comments
 (0)