Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Feb 13, 2024
1 parent 894847d commit cb8fb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaaProjectInterfaceCli/interactor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "Utils/Platform.h"

// return [1, size]
int input(size_t size, std::string_view prompt = "Please input")
int input(int size, std::string_view prompt = "Please input")
{
std::cout << std::format("{} [1-{}]: ", prompt, size);
int value = 0;
Expand Down

0 comments on commit cb8fb1c

Please sign in to comment.