include/unoidl/unoidl.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 70fe1a5c9aae1876d3a0f4c6fd3d4f11dc25369f
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Sep 27 09:20:31 2018 +0200
Commit:     Stephan Bergmann <sberg...@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 <sberg...@redhat.com>
    Tested-by: Stephan Bergmann <sberg...@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,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to