mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00:00
LibGUI: Fix typo in AutocompleteBox::show
This commit is contained in:
parent
68f420ed42
commit
9545c156b5
2 changed files with 3 additions and 3 deletions
|
@ -100,7 +100,7 @@ public:
|
|||
|
||||
void update_suggestions(Vector<AutocompleteProvider::Entry>&& suggestions);
|
||||
bool is_visible() const;
|
||||
void show(Gfx::IntPoint suggstion_box_location);
|
||||
void show(Gfx::IntPoint suggestion_box_location);
|
||||
void close();
|
||||
|
||||
void next_suggestion();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue