Kaydet (Commit) a4cd8bfe authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

fix build because of the change to Reference<LogicalFontInstance>

Change-Id: I97c23685d70c751dc6b365db776c4438a5f05db0
üst 00e61a2a
......@@ -174,7 +174,7 @@ bool OutputDevice::GetFontFeatures(std::vector<vcl::font::Feature>& rFontFeature
if (!mpFontInstance)
return false;
LogicalFontInstance* pFontInstance = mpFontInstance;
LogicalFontInstance* pFontInstance = mpFontInstance.get();
if (!pFontInstance)
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment