diff --git a/src/ruisapp/glue/ios/glue.mm b/src/ruisapp/glue/ios/glue.mm index a85b2da..6b5c0cd 100644 --- a/src/ruisapp/glue/ios/glue.mm +++ b/src/ruisapp/glue/ios/glue.mm @@ -1,7 +1,7 @@ #include "../../application.hpp" #include -#include +#include #include @@ -353,8 +353,8 @@ - (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event{ // TRACE(<< "res path = " << dir << std::endl) - auto rdf = std::make_unique(std::make_unique(), dir + "/"); - rdf->setPath(path); + auto rdf = std::make_unique(std::make_unique(), dir + "/"); + rdf->set_path(path); return std::move(rdf); }