Kaydet (Commit) 70fe1a5c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix prev blind fix

Change-Id: I58d534e7da346062c631791f9c016850602e40ad
Reviewed-on: https://gerrit.libreoffice.org/61024Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
Tested-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst a887c420
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment