mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
HexEditor: Fix typo in parameter name
This commit is contained in:
parent
f742334b93
commit
3f6f3a90c1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class FindDialog : public GUI::Dialog {
|
||||||
C_OBJECT_ABSTRACT(FindDialog);
|
C_OBJECT_ABSTRACT(FindDialog);
|
||||||
|
|
||||||
public:
|
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();
|
static ErrorOr<NonnullRefPtr<FindDialog>> try_create();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue