Codechange: Missing some conversions to WidgetID. (#11773)

This commit is contained in:
Peter Nelson
2024-01-14 16:47:10 +00:00
committed by GitHub
parent 93ba6d6776
commit 71aaed860b
5 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ struct OskWindow : public Window {
std::string orig_str; ///< Original string.
bool shift; ///< Is the shift effectively pressed?
OskWindow(WindowDesc *desc, Window *parent, int button) : Window(desc)
OskWindow(WindowDesc *desc, Window *parent, WidgetID button) : Window(desc)
{
this->parent = parent;
assert(parent != nullptr);