WIP: Windows build compatibility

This commit is contained in:
Matthias Koefferlein 2018-01-01 14:34:49 +01:00
parent 8f968b5858
commit c8108dd038
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ struct MultiStatus
}
tl::XMLStruct<MultiStatus> xml_struct ("multistatus",
TL_PUBLIC tl::XMLStruct<MultiStatus> 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",