Skip to content

Commit

Permalink
Update events.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cpyarger authored Jan 23, 2021
1 parent 96e2303 commit dba53af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ void events::OnSourceVolumeChange(void *param, calldata_t *data)
{
auto self = reinterpret_cast<events *>(param);

OBSSource source = calldata_get_pointer<obs_source_t>(data, "source");
OBSSourceAutoRelease source = calldata_get_pointer<obs_source_t>(data, "source");
if (!source) {
return;
}
Expand Down

0 comments on commit dba53af

Please sign in to comment.