From 32aa70ffb5f82b811dff3b1ab4738526552e0105 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 23 Feb 2016 14:22:43 +0100 Subject: -Werror,-Wmismatched-tags Change-Id: Iec4901265fc79992ab43194744d838d949d87f9b --- include/sfx2/classificationhelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sfx2/classificationhelper.hxx b/include/sfx2/classificationhelper.hxx index e1c4252143b6..1a19ee92583a 100644 --- a/include/sfx2/classificationhelper.hxx +++ b/include/sfx2/classificationhelper.hxx @@ -24,7 +24,7 @@ class BColor; /// Shared code to handle Business Authorization Identification and Labeling Scheme (BAILS) properties. class SFX2_DLLPUBLIC SfxClassificationHelper { - struct Impl; + class Impl; std::unique_ptr m_pImpl; public: -- cgit v1.2.3