diff --git a/src/scaled_font.rs b/src/scaled_font.rs index 54fedc6..d47ce7e 100644 --- a/src/scaled_font.rs +++ b/src/scaled_font.rs @@ -105,7 +105,7 @@ impl ScaledFont { pub fn new(backend: BackendType, native_font: &CGFont, size: AzFloat) -> ScaledFont { use azure::AZ_NATIVE_FONT_MAC_FONT_FACE; use azure_hl::{CoreGraphicsBackend,CoreGraphicsAcceleratedBackend}; - use scaled_font::macos::core_foundation::base::TCFType; + use core_foundation::base::TCFType; let mut azure_native_font = struct__AzNativeFont { mType: 0,