From 547b472d5b81ef7f22c32b089bd9f42f721c1cbf Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 4 Jan 2015 20:20:21 +0000 Subject: vcl/osx boost::unordered_map->std::unordered_map Change-Id: I00dabf3307734e319a8187df111e1065ea383524 --- vcl/inc/quartz/salgdi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/inc/quartz/salgdi.h') diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h index 3abfdb61b9cc..87c35c1fa7da 100644 --- a/vcl/inc/quartz/salgdi.h +++ b/vcl/inc/quartz/salgdi.h @@ -43,7 +43,7 @@ #include "salgdi.hxx" #include "quartz/salgdicommon.hxx" -#include +#include class AquaSalFrame; class ImplDevFontAttributes; @@ -133,7 +133,7 @@ private: CTFontCollectionRef mpCTFontCollection; CFArrayRef mpCTFontArray; - typedef boost::unordered_map CTFontContainer; + typedef std::unordered_map CTFontContainer; CTFontContainer maFontContainer; }; -- cgit