From c8108dd038db808c728cc991acf38ace357ddc7c Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Mon, 1 Jan 2018 14:34:49 +0100 Subject: [PATCH] WIP: Windows build compatibility --- src/tl/tl/tlWebDAV.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tl/tl/tlWebDAV.cc b/src/tl/tl/tlWebDAV.cc index 57885da19..b818318bc 100644 --- a/src/tl/tl/tlWebDAV.cc +++ b/src/tl/tl/tlWebDAV.cc @@ -111,7 +111,7 @@ struct MultiStatus } -tl::XMLStruct xml_struct ("multistatus", +TL_PUBLIC tl::XMLStruct xml_struct ("multistatus", tl::make_element (&MultiStatus::begin, &MultiStatus::end, &MultiStatus::add, "response", tl::make_member (&Response::href, "href") + tl::make_element (&Response::propstat, "propstat",