Fix CfAPI wrapper build in Win32 mode
authorKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 6 Jan 2021 16:07:50 +0000 (17:07 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 6 Jan 2021 16:07:50 +0000 (17:07 +0100)
commit3b3864296a2bc09540989241325e938ed5a3275e
treebd12efa534c10ddf086be4f3635c9d8f41772208
parenta0facaf36dfec46f5affd2792cebe032f64e39fb
Fix CfAPI wrapper build in Win32 mode

For some reason MSVC manages to deduce the right constructor in Win64
mode but not in Win32 mode. So let's be more explicit about what we
return.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/libsync/vfs/cfapi/cfapiwrapper.cpp