summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gendata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/gendata.hxx')
-rw-r--r--vcl/inc/unx/gendata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/gendata.hxx b/vcl/inc/unx/gendata.hxx
index 5efb34a8f73f..f06dda35cb2e 100644
--- a/vcl/inc/unx/gendata.hxx
+++ b/vcl/inc/unx/gendata.hxx
@@ -83,7 +83,7 @@ public:
if (!m_pPrintFontManager)
InitPrintFontManager();
// PrintFontManager needs the FreetypeManager
- assert(m_pFreetypeManager.get());
+ assert(m_pFreetypeManager);
return m_pPrintFontManager.get();
}