We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abcfc62 commit d9baea1Copy full SHA for d9baea1
src-tauri/src/sendspin/volume_control/windows.rs
@@ -193,8 +193,8 @@ impl EndpointVolumeCallback {
193
}
194
195
196
-#[allow(non_snake_case)]
197
-impl IAudioEndpointVolumeCallback_Impl for EndpointVolumeCallback_Impl {
+impl IAudioEndpointVolumeCallback_Impl for EndpointVolumeCallback {
+ #[allow(non_snake_case)]
198
fn OnNotify(&self, pnotify: *mut AUDIO_VOLUME_NOTIFICATION_DATA) -> windows::core::Result<()> {
199
if pnotify.is_null() {
200
return Ok(());
0 commit comments