summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-23 14:22:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-23 14:22:43 +0100
commit32aa70ffb5f82b811dff3b1ab4738526552e0105 (patch)
tree7edc6d669c6c827f0319dda46e76d4d2c92feba7
parent4d06ffcf3c9b4d6c8e5beb15f4d56aca44156b80 (diff)
-Werror,-Wmismatched-tags
Change-Id: Iec4901265fc79992ab43194744d838d949d87f9b
-rw-r--r--include/sfx2/classificationhelper.hxx2
1 files changed, 1 insertions, 1 deletions
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<Impl> m_pImpl;
public: