diff options
Diffstat (limited to 'AK/UUID.h')
-rw-r--r-- | AK/UUID.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ public: #ifdef KERNEL ErrorOr<NonnullOwnPtr<Kernel::KString>> to_string() const; #else - DeprecatedString to_string() const; + DeprecatedString to_deprecated_string() const; #endif bool is_zero() const; |