Skip to content

Commit 5bb0027

Browse files
committed
u8stringに変更
1 parent 3c20574 commit 5bb0027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c_wrapper/vector_tile_downloader_c.cpp

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

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

4747
DLL_VALUE_FUNC(plateau_vector_tile_downloader_get_tile,
4848
VectorTileDownloader,

0 commit comments

Comments
 (0)