diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-07 11:58:09 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-07 11:58:09 +0200 |
commit | 2d67eb7244b641728b91e070568bdb309149f5f4 (patch) | |
tree | 8273d5c7f9d1658e4fdf785f20b130a3fa2cf5e3 /basctl | |
parent | eab15a8a2e2b5f524edc0c990dcaa963b8f2a6c5 (diff) |
-Werror,-Wmismatched-tags
Change-Id: Idc0830c4b893f55f56e0d322e87b4eff4a60d995
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/inc/docsignature.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/inc/docsignature.hxx b/basctl/source/inc/docsignature.hxx index 9ec8852916ea..b18601d6cc2f 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; }; |