From ec1926f7a687507ecd67512986f045837e80ad32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lepin?= Date: Wed, 4 Mar 2020 11:26:48 +0100 Subject: [PATCH] events: fix @since value for SceneItemLockedChanged --- src/WSEvents.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WSEvents.cpp b/src/WSEvents.cpp index 405cdebe..7a4e488a 100644 --- a/src/WSEvents.cpp +++ b/src/WSEvents.cpp @@ -1468,7 +1468,7 @@ void WSEvents::OnSceneItemVisibilityChanged(void* param, calldata_t* data) { * @api events * @name SceneItemLockedChanged * @category sources - * @since 4.7.0 + * @since unreleased */ void WSEvents::OnSceneItemLockedChanged(void* param, calldata_t* data) { auto instance = reinterpret_cast(param);