From 6ee5985f9de68107104dfb51f764fd11555be0cd Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Thu, 28 Aug 2014 23:13:38 -0600 Subject: [PATCH] Fix forgotten macos path. --- src/scaled_font.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,