mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 01:59:14 +03:00
HexEditor: Fix typo in parameter name
This commit is contained in:
parent
f742334b93
commit
3f6f3a90c1
Notes:
sideshowbarker
2024-07-17 06:00:02 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/3f6f3a90c1 Pull-request: https://github.com/SerenityOS/serenity/pull/23116
@ -21,7 +21,7 @@ class FindDialog : public GUI::Dialog {
|
||||
C_OBJECT_ABSTRACT(FindDialog);
|
||||
|
||||
public:
|
||||
static ExecResult show(GUI::Window* parent_window, String& out_tex, ByteBuffer& out_buffer, bool& find_all);
|
||||
static ExecResult show(GUI::Window* parent_window, String& out_text, ByteBuffer& out_buffer, bool& find_all);
|
||||
static ErrorOr<NonnullRefPtr<FindDialog>> try_create();
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user