summaryrefslogtreecommitdiff
path: root/include/unoidl
diff options
context:
space:
mode:
Diffstat (limited to 'include/unoidl')
-rw-r--r--include/unoidl/unoidl.hxx6
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,