diff options
Diffstat (limited to 'vcl/inc/fontselect.hxx')
-rw-r--r-- | vcl/inc/fontselect.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/fontselect.hxx b/vcl/inc/fontselect.hxx index 389077270758..efb88ad74ae1 100644 --- a/vcl/inc/fontselect.hxx +++ b/vcl/inc/fontselect.hxx @@ -21,6 +21,7 @@ #define INCLUDED_VCL_INC_FONTSELECT_HXX #include <i18nlangtag/lang.h> +#include <rtl/ref.hxx> #include "fontattributes.hxx" @@ -80,7 +81,7 @@ public: #endif public: // TODO: change to private - LogicalFontInstance* mpFontInstance; // pointer to the resulting FontCache entry + rtl::Reference<LogicalFontInstance> mpFontInstance; // pointer to the resulting FontCache entry void copyAttributes(const FontSelectPatternAttributes &rAttributes); }; |