mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:57:44 +00:00
LibDiff: Make Diff::generate_only_additions take text as StringView
This commit is contained in:
parent
ce2ed7615a
commit
697d6ffb1d
2 changed files with 3 additions and 3 deletions
|
@ -9,5 +9,5 @@
|
|||
#include <AK/DeprecatedString.h>
|
||||
|
||||
namespace Diff {
|
||||
DeprecatedString generate_only_additions(DeprecatedString const&);
|
||||
DeprecatedString generate_only_additions(StringView);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue