Skip to content

Commit 8b34e08

Browse files
committed
ios: fix build
1 parent 4a3cf11 commit 8b34e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ruisapp/glue/ios/window.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2525

2626
namespace {
2727
void handle_mouse_button(
28-
button_action action, //
28+
ruis::button_action action, //
2929
const ruis::vec2& pos,
3030
ruis::mouse_button button,
3131
unsigned pointer_id

0 commit comments

Comments
 (0)