aboutsummaryrefslogtreecommitdiffstats
path: root/src/platform/ios/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform/ios/mod.rs')
-rw-r--r--src/platform/ios/mod.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/platform/ios/mod.rs b/src/platform/ios/mod.rs
index 95fa7e1..aeaebc3 100644
--- a/src/platform/ios/mod.rs
+++ b/src/platform/ios/mod.rs
@@ -1,5 +1,4 @@
#![cfg(target_os = "ios")]
-use libc::c_void;
use GlAttributes;
use CreationError;
@@ -33,7 +32,7 @@ impl HeadlessContext {
}
/// See the docs in the crate root file.
- pub fn get_proc_address(&self, _addr: &str) -> *const c_void {
+ pub fn get_proc_address(&self, _addr: &str) -> *const () {
unimplemented!()
}