Skip to content

Commit

Permalink
Fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianEddy committed Nov 29, 2024
1 parent d9cd26d commit a906987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion after-effects/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ impl Drop for PicaBasicSuite {
}
}

const UNKNOWN_ERR_10007: i32 = 10007; // Seen in the wild in AE2019
const UNKNOWN_ERR_10007: ae_sys::PF_Err = 10007; // Seen in the wild in AE2019

define_enum! {
ae_sys::PF_Err,
Expand Down

0 comments on commit a906987

Please sign in to comment.