diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-09-27 09:20:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-09-27 09:21:59 +0200 |
commit | 70fe1a5c9aae1876d3a0f4c6fd3d4f11dc25369f (patch) | |
tree | 049a81c0778249e2e2aa6708bc96132f9b670608 /include | |
parent | a887c42095d5749e896a8e8ee41e9e07f4e65557 (diff) |
Fix prev blind fix
Change-Id: I58d534e7da346062c631791f9c016850602e40ad
Reviewed-on: https://gerrit.libreoffice.org/61024
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/unoidl/unoidl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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, |