summaryrefslogtreecommitdiff
path: root/vcl/inc/printergfx.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-10-24 12:27:16 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-10-24 12:56:22 +0200
commitc31d7b012f953f4a677fd5a576c0aa8379897879 (patch)
tree770bd3fb4a63005c03fcb95178abc316d52eeac3 /vcl/inc/printergfx.hxx
parent084d665b61ac79ed4b81fffd05acce28b020d8b3 (diff)
Some warning cleanup (found with trunk Clang).
Diffstat (limited to 'vcl/inc/printergfx.hxx')
-rw-r--r--vcl/inc/printergfx.hxx4
1 files changed, 2 insertions, 2 deletions
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;
/*