diff options
Diffstat (limited to 'Userland/Services/SpiceAgent/SpiceAgent.h')
-rw-r--r-- | Userland/Services/SpiceAgent/SpiceAgent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/SpiceAgent/SpiceAgent.h b/Userland/Services/SpiceAgent/SpiceAgent.h index 09eddda92b..a6e705f06f 100644 --- a/Userland/Services/SpiceAgent/SpiceAgent.h +++ b/Userland/Services/SpiceAgent/SpiceAgent.h @@ -124,5 +124,5 @@ private: bool m_just_set_clip { false }; void read_n(void* dest, size_t n); static Message* initialize_headers(u8* data, size_t additional_data_size, MessageType type); - static Optional<ClipboardType> mime_type_to_clipboard_type(String const& mime); + static Optional<ClipboardType> mime_type_to_clipboard_type(DeprecatedString const& mime); }; |