[Libreoffice-commits] .: basctl/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 7 02:58:39 PDT 2012


 basctl/source/inc/docsignature.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2d67eb7244b641728b91e070568bdb309149f5f4
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Sep 7 11:58:09 2012 +0200

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

diff --git a/basctl/source/inc/docsignature.hxx b/basctl/source/inc/docsignature.hxx
index 9ec8852..b18601d 100644
--- a/basctl/source/inc/docsignature.hxx
+++ b/basctl/source/inc/docsignature.hxx
@@ -68,7 +68,7 @@ namespace basctl
         DocumentSignature();        // not implemented
 
     private:
-        class Impl;
+        struct Impl;
         boost::scoped_ptr<Impl> m_pImpl;
     };
 


More information about the Libreoffice-commits mailing list