From c31d7b012f953f4a677fd5a576c0aa8379897879 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 24 Oct 2011 12:27:16 +0200 Subject: Some warning cleanup (found with trunk Clang). --- vcl/inc/printergfx.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/inc/printergfx.hxx') diff --git a/vcl/inc/printergfx.hxx b/vcl/inc/printergfx.hxx index 7fea405a558e..840054a315de 100644 --- a/vcl/inc/printergfx.hxx +++ b/vcl/inc/printergfx.hxx @@ -41,7 +41,7 @@ namespace psp { // forwards -class JobData; +struct JobData; /* * lightweight container to handle RGB values @@ -130,7 +130,7 @@ class Font3; class GlyphSet; class PrinterJob; class PrintFontManager; -class KernPair; +struct KernPair; struct CharacterMetric; /* -- cgit