diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-15 14:05:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-15 14:05:16 +0100 |
commit | 13d36ad94937fa278690a5cc5287e8997aecb10f (patch) | |
tree | 1444f2be987f4065d6997df93f10ebb27ea3c5f6 | |
parent | 625e1e8bcb2d5fa972b8499c8c18974a7a54205d (diff) |
-Werror,-Wmismatched-tags
Change-Id: I5388bcf7228b181e429a0d82e9b0968a2ed5a06c
-rw-r--r-- | desktop/source/lib/init.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 817d84673e0b..6fa921145a95 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -40,8 +40,8 @@ using namespace ::com::sun::star; -class LibLODocument_Impl; -class LibLibreOffice_Impl; +struct LibLODocument_Impl; +struct LibLibreOffice_Impl; static LibLibreOffice_Impl *gImpl = NULL; |