Skip to content

Commit 71915c3

Browse files
committed
試しにrevert
1 parent bb35f53 commit 71915c3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

3rdparty/libcitygml

src/c_wrapper/vector_tile_downloader_c.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ using namespace plateau::geometry;
4242

4343
DLL_STRING_VALUE_FUNC(plateau_vector_tile_downloader_calc_destination_path,
4444
VectorTileDownloader,
45-
handle->calcDestinationPath(index).u8string(), , int index)
45+
//handle->calcDestinationPath(index).u8string(), , int index)
46+
handle->calcDestinationPath(index).string(), , int index)
4647

4748
DLL_VALUE_FUNC(plateau_vector_tile_downloader_get_tile,
4849
VectorTileDownloader,

0 commit comments

Comments
 (0)