Skip to content

Commit

Permalink
fixup! fixup! Update for CLAP 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
robbert-vdh committed Nov 5, 2023
1 parent 0ac02dc commit c65e8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext/draft/configurable_audio_ports.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::plugin::*;

use std::ffi::{c_char, CStr};
use std::ffi::{c_char, c_void, CStr};

pub const CLAP_EXT_CONFIGURABLE_AUDIO_PORTS: &CStr =
unsafe { CStr::from_bytes_with_nul_unchecked(b"clap.configurable-audio-ports.draft0\0") };
Expand Down

0 comments on commit c65e8c2

Please sign in to comment.