diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-08-21 09:30:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-08-21 09:30:56 +0200 |
commit | 96e736864360ca913a113c475b54b1f55302ce40 (patch) | |
tree | 779315f6b9d2a412bd5433ce33417b91a536665f | |
parent | b4ef23955e11a90b54bce189c3300406e9cf15b0 (diff) |
Missing declaration (when compiling vcl/qt5/Qt5FontFace.cxx)
Change-Id: Ie758f8677ac9fdd573484c467b7f021cd055adb6
-rw-r--r-- | vcl/inc/PhysicalFontFace.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/PhysicalFontFace.hxx b/vcl/inc/PhysicalFontFace.hxx index b0eb23cc2889..7abde1e05aea 100644 --- a/vcl/inc/PhysicalFontFace.hxx +++ b/vcl/inc/PhysicalFontFace.hxx @@ -29,6 +29,7 @@ class LogicalFontInstance; struct FontMatchStatus; class FontSelectPattern; +class FontSelectPatternAttributes; class PhysicalFontFamily; struct FontMatchStatus |