[Libreoffice-commits] core.git: include/unoidl
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Sep 27 07:22:21 UTC 2018
include/unoidl/unoidl.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 70fe1a5c9aae1876d3a0f4c6fd3d4f11dc25369f
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Sep 27 09:20:31 2018 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Sep 27 09:21:59 2018 +0200
Fix prev blind fix
Change-Id: I58d534e7da346062c631791f9c016850602e40ad
Reviewed-on: https://gerrit.libreoffice.org/61024
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
Tested-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/include/unoidl/unoidl.hxx b/include/unoidl/unoidl.hxx
index 9450ebf83bf0..98674f6789e6 100644
--- a/include/unoidl/unoidl.hxx
+++ b/include/unoidl/unoidl.hxx
@@ -505,11 +505,11 @@ public:
bool const rest;
};
- Constructor(): defaultConstructor(true)
+ Constructor():
#if defined __clang__ && CLANG_VERSION == 30800
- , annotations()
+ annotations(),
#endif
- {}
+ defaultConstructor(true) {}
Constructor(
rtl::OUString const & theName,
More information about the Libreoffice-commits
mailing list