diff options
Diffstat (limited to 'Userland/DevTools/HackStudio/Git/GitWidget.h')
-rw-r--r-- | Userland/DevTools/HackStudio/Git/GitWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/DevTools/HackStudio/Git/GitWidget.h b/Userland/DevTools/HackStudio/Git/GitWidget.h index 87f7c1bd2f..a0ff4ac209 100644 --- a/Userland/DevTools/HackStudio/Git/GitWidget.h +++ b/Userland/DevTools/HackStudio/Git/GitWidget.h @@ -14,7 +14,7 @@ namespace HackStudio { -using ViewDiffCallback = Function<void(const String& original_content, const String& diff)>; +using ViewDiffCallback = Function<void(String const& original_content, String const& diff)>; class GitWidget final : public GUI::Widget { C_OBJECT(GitWidget) |