Skip to content

Commit 29f7010

Browse files
committed
ios: fix build
1 parent eda1c94 commit 29f7010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ruisapp/glue/ios/application.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ utki::unique_ref<fsif::file> ruisapp::application::get_res_file(std::string_view
139139
utki::make_unique<fsif::native_file>(), //
140140
dir + "/" // TODO: use utki::cat()?
141141
);
142-
rdf->set_path(path);
142+
rdf.get().set_path(path);
143143

144144
return rdf;
145145
}

0 commit comments

Comments
 (0)