mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
events: fix @since value for SceneItemLockedChanged
This commit is contained in:
@ -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<WSEvents*>(param);
|
||||
|
Reference in New Issue
Block a user