[Libreoffice-commits] core.git: include/sfx2

Stephan Bergmann sbergman at redhat.com
Tue Feb 23 13:23:09 UTC 2016


 include/sfx2/classificationhelper.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 32aa70ffb5f82b811dff3b1ab4738526552e0105
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Feb 23 14:22:43 2016 +0100

    -Werror,-Wmismatched-tags
    
    Change-Id: Iec4901265fc79992ab43194744d838d949d87f9b

diff --git a/include/sfx2/classificationhelper.hxx b/include/sfx2/classificationhelper.hxx
index e1c4252..1a19ee9 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:


More information about the Libreoffice-commits mailing list